Commit 9153bf9f authored by Michal Simek's avatar Michal Simek

ARM: dts: zynq: Remove #address/#size-cells from gpio-keys

dts reports incorrect usage of these properties in gpio-keys node.
Warning (avoid_unnecessary_addr_size): /gpio-keys: unnecessary

The patch is removing these useless properties.
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent a2b7baf4
...@@ -29,8 +29,6 @@ chosen { ...@@ -29,8 +29,6 @@ chosen {
gpio-keys { gpio-keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
autorepeat; autorepeat;
sw14 { sw14 {
label = "sw14"; label = "sw14";
......
...@@ -49,8 +49,6 @@ usr-led2 { ...@@ -49,8 +49,6 @@ usr-led2 {
gpio-keys { gpio-keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
autorepeat; autorepeat;
K1 { K1 {
label = "K1"; label = "K1";
......
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