1
0
Fork 0

ARM: dts: lpc435x: remove address and size cells from gpio-keys-polled 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 <vz@mleia.com>
hifive-unleashed-5.1
Vladimir Zapolskiy 2016-11-17 04:06:15 +02:00
parent bfeffd1552
commit ee65af7f9f
2 changed files with 0 additions and 4 deletions

View File

@ -40,8 +40,6 @@
pca_buttons {
compatible = "gpio-keys-polled";
#address-cells = <1>;
#size-cells = <0>;
poll-interval = <100>;
autorepeat;

View File

@ -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;