Skip to content

Commit

Permalink
ARM: dts: lpc435x: remove address and size cells from gpio-keys-polle…
Browse files Browse the repository at this point in the history
…d nodes

The change removes redundant #address-cells and #size-cells properties from
gpio-keys-polled compatible device nodes found in lpc4357-ea4357-devkit and
lpc4350-hitex-eval board DTS files.

Signed-off-by: Vladimir Zapolskiy <[email protected]>
  • Loading branch information
vzapolskiy committed Jan 26, 2019
1 parent bfeffd1 commit ee65af7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions arch/arm/boot/dts/lpc4350-hitex-eval.dts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@

pca_buttons {
compatible = "gpio-keys-polled";
#address-cells = <1>;
#size-cells = <0>;
poll-interval = <100>;
autorepeat;

Expand Down
2 changes: 0 additions & 2 deletions arch/arm/boot/dts/lpc4357-ea4357-devkit.dts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
compatible = "gpio-keys-polled";
pinctrl-names = "default";
pinctrl-0 = <&gpio_joystick_pins>;
#address-cells = <1>;
#size-cells = <0>;
poll-interval = <100>;
autorepeat;

Expand Down

0 comments on commit ee65af7

Please sign in to comment.