Skip to content

Commit 7193539

Browse files
DragonBlueprobimarko
authored andcommitted
treewide: dts: trim "#size-cells" from "gpio-export" node
The "gpio-export" driver doesn't require a "reg" property in the device tree, hence we don't need to use the "#size-cells" property to describe the size of "reg". Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: openwrt#18290 Signed-off-by: Robert Marko <robimarko@gmail.com>
1 parent 75c6993 commit 7193539

91 files changed

Lines changed: 3 additions & 91 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

target/linux/ath79/dts/ar7241_tplink_tl-mr3x20.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
/ {
66
gpio-export {
77
compatible = "gpio-export";
8-
#size-cells = <0>;
98

109
gpio_usb_power {
1110
gpio-export,name = "tp-link:power:usb";

target/linux/ath79/dts/ar7242_buffalo_wzr-bhr.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050

5151
gpio-export {
5252
compatible = "gpio-export";
53-
#size-cells = <0>;
5453

5554
gpio_usb_power {
5655
gpio-export,name = "buffalo:usb-power";

target/linux/ath79/dts/ar7242_buffalo_wzr-hp-g302h-a1a0.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@
106106

107107
gpio-export {
108108
compatible = "gpio-export";
109-
#size-cells = <0>;
110109

111110
gpio_usb_power {
112111
gpio-export,name = "buffalo:usb-power";

target/linux/ath79/dts/ar9331_hak5_wifi-pineapple-nano.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
gpio-export {
2020
compatible = "gpio-export";
21-
#size-cells = <0>;
2221

2322
microsd-detect {
2423
gpio-export,name = "microsd-detect";

target/linux/ath79/dts/ar9344_alfa-network_n5q.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
gpio-export {
2121
compatible = "gpio-export";
22-
#size-cells = <0>;
2322

2423
watchdog-enable {
2524
gpio-export,name = "watchdog-enable";

target/linux/ath79/dts/ar9344_netgear_r6100.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
gpio-export {
2222
compatible = "gpio-export";
23-
#size-cells = <0>;
2423

2524
usb-power {
2625
gpio-export,name = "usb-power";

target/linux/ath79/dts/qca9531_alfa-network_n2q.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
gpio-export-pcf8574 {
1818
compatible = "gpio-export";
19-
#size-cells = <0>;
2019

2120
poe-passthrough {
2221
gpio-export,name = "poe-passthrough";

target/linux/ath79/dts/qca9531_alfa-network_r36a.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
gpio_export: gpio-export {
1414
compatible = "gpio-export";
15-
#size-cells = <0>;
1615

1716
watchdog-enable {
1817
gpio-export,name = "watchdog-enable";

target/linux/ath79/dts/qca9558_belkin_f9x-v2.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252

5353
gpio-export {
5454
compatible = "gpio-export";
55-
#size-cells = <0>;
5655

5756
usb2_power {
5857
gpio-export,name = "usb2:power";

target/linux/ath79/dts/qca9558_openmesh_om5p-ac-v2.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787

8888
gpio-export {
8989
compatible = "gpio-export";
90-
#size-cells = <0>;
9190

9291
gpio_pa_dcdc {
9392
gpio-export,name = "om5pac:pa_dcdc";

0 commit comments

Comments
 (0)