Skip to content

Commit 28be5af

Browse files
krzkgclement
authored andcommitted
ARM: dts: marvell: kirkwood: drop incorrect address/size-cells in GPIO keys
Bindings do not allow address/size-cells in GPIO keys and the GPIO keys is not a bus, see dtbs_check warnings: kirkwood-openblocks_a7.dtb: gpio_keys: '#address-cells', '#size-cells' do not match any of the regexes: '^(button|event|key|switch|(button|event|key|switch)... Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent b98a919 commit 28be5af

21 files changed

+0
-42
lines changed

arch/arm/boot/dts/marvell/kirkwood-cloudbox.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@
5858

5959
gpio_keys {
6060
compatible = "gpio-keys";
61-
#address-cells = <1>;
62-
#size-cells = <0>;
6361

6462
key-power {
6563
label = "Power push button";

arch/arm/boot/dts/marvell/kirkwood-dir665.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,6 @@
176176

177177
gpio-keys {
178178
compatible = "gpio-keys";
179-
#address-cells = <1>;
180-
#size-cells = <0>;
181179

182180
button-reset {
183181
label = "reset";

arch/arm/boot/dts/marvell/kirkwood-dnskw.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
gpio_keys {
1010
compatible = "gpio-keys";
11-
#address-cells = <1>;
12-
#size-cells = <0>;
1311
pinctrl-0 = <&pmx_button_power &pmx_button_unmount
1412
&pmx_button_reset>;
1513
pinctrl-names = "default";

arch/arm/boot/dts/marvell/kirkwood-ib62x0.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@
5858

5959
gpio_keys {
6060
compatible = "gpio-keys";
61-
#address-cells = <1>;
62-
#size-cells = <0>;
6361
pinctrl-0 = <&pmx_button_reset &pmx_button_usb_copy>;
6462
pinctrl-names = "default";
6563

arch/arm/boot/dts/marvell/kirkwood-iconnect.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@
122122

123123
gpio_keys {
124124
compatible = "gpio-keys";
125-
#address-cells = <1>;
126-
#size-cells = <0>;
127125
pinctrl-0 = < &pmx_button_reset &pmx_button_otb >;
128126
pinctrl-names = "default";
129127

arch/arm/boot/dts/marvell/kirkwood-iomega_ix2_200.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@
147147
};
148148
gpio-keys {
149149
compatible = "gpio-keys";
150-
#address-cells = <1>;
151-
#size-cells = <0>;
152150
pinctrl-0 = <&pmx_button_reset &pmx_button_power
153151
&pmx_button_otb>;
154152
pinctrl-names = "default";

arch/arm/boot/dts/marvell/kirkwood-linkstation.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@
8888

8989
gpio_keys {
9090
compatible = "gpio-keys";
91-
#address-cells = <1>;
92-
#size-cells = <0>;
9391
pinctrl-0 = <&pmx_button_function &pmx_power_switch
9492
&pmx_power_auto_switch>;
9593
pinctrl-names = "default";

arch/arm/boot/dts/marvell/kirkwood-linksys-viper.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333

3434
gpio_keys {
3535
compatible = "gpio-keys";
36-
#address-cells = <1>;
37-
#size-cells = <0>;
3836
pinctrl-0 = < &pmx_btn_wps &pmx_btn_reset >;
3937
pinctrl-names = "default";
4038

arch/arm/boot/dts/marvell/kirkwood-lsxl.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@
107107

108108
gpio_keys {
109109
compatible = "gpio-keys";
110-
#address-cells = <1>;
111-
#size-cells = <0>;
112110
pinctrl-0 = <&pmx_button_function &pmx_power_switch
113111
&pmx_power_auto_switch>;
114112
pinctrl-names = "default";

arch/arm/boot/dts/marvell/kirkwood-mv88f6281gtw-ge.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@
9191

9292
gpio_keys {
9393
compatible = "gpio-keys";
94-
#address-cells = <1>;
95-
#size-cells = <0>;
9694
pinctrl-0 = <&pmx_keys>;
9795
pinctrl-names = "default";
9896

0 commit comments

Comments
 (0)