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>
This commit is contained in:
parent
bfeffd1552
commit
ee65af7f9f
|
@ -40,8 +40,6 @@ memory@28000000 {
|
|||
|
||||
pca_buttons {
|
||||
compatible = "gpio-keys-polled";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
poll-interval = <100>;
|
||||
autorepeat;
|
||||
|
||||
|
|
|
@ -57,8 +57,6 @@ gpio_joystick {
|
|||
compatible = "gpio-keys-polled";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&gpio_joystick_pins>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
poll-interval = <100>;
|
||||
autorepeat;
|
||||
|
||||
|
|
Loading…
Reference in New Issue