Commit ee65af7f authored by Vladimir Zapolskiy's avatar Vladimir Zapolskiy

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: default avatarVladimir Zapolskiy <vz@mleia.com>
parent bfeffd15
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment