treewide: gpio to gpios
authorRosen Penev <[email protected]>
Sun, 21 Sep 2025 04:19:03 +0000 (21:19 -0700)
committerRobert Marko <[email protected]>
Wed, 8 Oct 2025 12:26:24 +0000 (14:26 +0200)
The former is deprecated.

Signed-off-by: Rosen Penev <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/20116
Signed-off-by: Robert Marko <[email protected]>
15 files changed:
target/linux/ath79/dts/ar9344_nec_aterm.dtsi
target/linux/mediatek/dts/mt7981b-openfi-6c.dts
target/linux/mvebu/files/arch/arm/boot/dts/marvell/armada-385-wd_cloud-mirror-gen2.dts
target/linux/mvebu/files/arch/arm64/boot/dts/marvell/armada-7040-rb5009.dts
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-ax6000.dts
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-gl-b3000.dts
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-mr5500.dts
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq6000-gl-axt1800.dts
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq6000-glinet.dtsi
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq6000-mr7350.dts
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq6010-xe3-4.dts
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq6018-mr7500.dts
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-aw1000.dts
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-rt-ax89x.dts
target/linux/siflower/dts/sf21h8898_bananapi_bpi-rv2.dtsi

index ba1cd41b8e3683681c2625d2158609c15093fbc5..6ae9ea4c3b74dccbea36457232ff5f3a61080ad2 100644 (file)
                regulator-name = "usb-vbus";
                regulator-min-microvolt = <5000000>;
                regulator-max-microvolt = <5000000>;
-               gpio = <&gpio 20 GPIO_ACTIVE_HIGH>;
+               gpios = <&gpio 20 GPIO_ACTIVE_HIGH>;
                enable-active-high;
                regulator-always-on;
        };
index dd62098816ad64b4a5fdbf951409d85be7af21ec..7ce7a6cc5d3d45efd636cb5746764a0ad2d48a44 100644 (file)
@@ -98,7 +98,7 @@
                regulator-name = "usb_vbus";
                regulator-min-microvolt = <5000000>;
                regulator-max-microvolt = <5000000>;
-               gpio = <&pio 8 GPIO_ACTIVE_LOW>;
+               gpios = <&pio 8 GPIO_ACTIVE_LOW>;
                regulator-boot-on;
        };
 };
index 50936e72adfa2f690faa5040d241bee6a7c3304e..95a33b7e7a08429747abf505c368ca3d5db75a9f 100644 (file)
                regulator-max-microvolt = <5000000>;
                enable-active-high;
                regulator-always-on;
-               gpio = <&gpio0 26 GPIO_ACTIVE_HIGH>;
+               gpios = <&gpio0 26 GPIO_ACTIVE_HIGH>;
        };
 
        reg_usb3_1_vbus: usb3-vbus1 {
                regulator-max-microvolt = <5000000>;
                enable-active-high;
                regulator-always-on;
-               gpio = <&gpio0 27 GPIO_ACTIVE_HIGH>;
+               gpios = <&gpio0 27 GPIO_ACTIVE_HIGH>;
        };
 
        reg_sata0: pwr-sata0 {
                regulator-max-microvolt = <12000000>;
                enable-active-high;
                regulator-boot-on;
-               gpio = <&gpio1 23 GPIO_ACTIVE_HIGH>;
+               gpios = <&gpio1 23 GPIO_ACTIVE_HIGH>;
        };
 
        reg_5v_sata0: v5-sata0 {
                regulator-max-microvolt = <12000000>;
                enable-active-high;
                regulator-boot-on;
-               gpio = <&gpio1 24 GPIO_ACTIVE_HIGH>;
+               gpios = <&gpio1 24 GPIO_ACTIVE_HIGH>;
        };
 
        reg_5v_sata1: v5-sata1 {
index 023370a67805d184d7fda56289355070640fdd53..faef41fa74b08e0e915894b691924ec9c6c066c7 100644 (file)
@@ -34,7 +34,7 @@
                regulator-name = "usb3_vbus";
                regulator-min-microvolt = <5000000>;
                regulator-max-microvolt = <5000000>;
-               gpio = <&cp0_gpio2 23 GPIO_ACTIVE_HIGH>;
+               gpios = <&cp0_gpio2 23 GPIO_ACTIVE_HIGH>;
                enable-active-high;
        };
 
@@ -43,7 +43,7 @@
                regulator-name = "LED-power";
                regulator-min-microvolt = <3300000>;
                regulator-max-microvolt = <3300000>;
-               gpio = <&cp0_gpio2 27 GPIO_ACTIVE_HIGH>;
+               gpios = <&cp0_gpio2 27 GPIO_ACTIVE_HIGH>;
                enable-active-high;
                regulator-boot-on;
        };
index d74f17c5fc733c3a1d5ea2c9eff01531bae66dfa..b58da970a2b66784668fb75b7267befc27e28619 100644 (file)
                led_wlan_green: wlan-green {
                        color = <LED_COLOR_ID_GREEN>;
                        function = LED_FUNCTION_WLAN;
-                       gpio = <&tlmm 23 GPIO_ACTIVE_HIGH>;
+                       gpios = <&tlmm 23 GPIO_ACTIVE_HIGH>;
                };
 
                led_system_blue: system-blue {
                        color = <LED_COLOR_ID_BLUE>;
                        function = LED_FUNCTION_POWER;
-                       gpio = <&tlmm 24 GPIO_ACTIVE_HIGH>;
+                       gpios = <&tlmm 24 GPIO_ACTIVE_HIGH>;
                };
 
                led_system_yellow: system-yellow {
                        color = <LED_COLOR_ID_YELLOW>;
                        function = LED_FUNCTION_POWER;
-                       gpio = <&tlmm 25 GPIO_ACTIVE_HIGH>;
+                       gpios = <&tlmm 25 GPIO_ACTIVE_HIGH>;
                };
 
                led_net_blue: net-blue {
                        color = <LED_COLOR_ID_BLUE>;
                        function = LED_FUNCTION_WAN_ONLINE;
-                       gpio = <&tlmm 26 GPIO_ACTIVE_HIGH>;
+                       gpios = <&tlmm 26 GPIO_ACTIVE_HIGH>;
                };
 
                led_net_yellow: net-yellow {
                        color = <LED_COLOR_ID_YELLOW>;
                        function = LED_FUNCTION_WAN;
-                       gpio = <&tlmm 27 GPIO_ACTIVE_HIGH>;
+                       gpios = <&tlmm 27 GPIO_ACTIVE_HIGH>;
                };
 
                led_phy_green: phy-green {
                        color = <LED_COLOR_ID_GREEN>;
                        function = LED_FUNCTION_LAN;
-                       gpio = <&tlmm 28 GPIO_ACTIVE_HIGH>;
+                       gpios = <&tlmm 28 GPIO_ACTIVE_HIGH>;
                };
        };
 
index f389bb0386ed48ad391cde2d210a47b55ac0552e..76d9f5e2a67e22d413ddeb25f30ff0a75eef2d1e 100644 (file)
                led_system_blue: system-blue {
                        color = <LED_COLOR_ID_BLUE>;
                        function = LED_FUNCTION_STATUS;
-                       gpio = <&tlmm 24 GPIO_ACTIVE_HIGH>;
+                       gpios = <&tlmm 24 GPIO_ACTIVE_HIGH>;
                };
 
                led_status_white: status-white {
                        color = <LED_COLOR_ID_WHITE>;
                        function = LED_FUNCTION_STATUS;
-                       gpio = <&tlmm 23 GPIO_ACTIVE_HIGH>;
+                       gpios = <&tlmm 23 GPIO_ACTIVE_HIGH>;
                };
        };
 
index 508ca081b41de88859649b046ba4332780629825..e86e296be4bf161d9d815959674e95d9e75ceda5 100644 (file)
@@ -24,7 +24,7 @@
                regulator-min-microvolt = <500000>;
                regulator-max-microvolt = <500000>;
                regulator-name = "fixed_5p0";
-               gpio = <&tlmm 17 GPIO_ACTIVE_LOW>;
+               gpios = <&tlmm 17 GPIO_ACTIVE_LOW>;
        };
 };
 
index 767b15e9350ea1d6224cb3d533f025554010c65e..ca9ef8c745a11a52148416f39a1c000b0c2ab674 100644 (file)
@@ -27,7 +27,7 @@
                regulator-name = "vcc_fan";
                regulator-min-microvolt = <5000000>;
                regulator-max-microvolt = <5000000>;
-               gpio = <&tlmm 29 GPIO_ACTIVE_HIGH>;
+               gpios = <&tlmm 29 GPIO_ACTIVE_HIGH>;
                enable-active-high;
                regulator-boot-on;
        };
index fb6706affd34b2f62896baa0f733658229c1b516..5c862f39785029ccf9c1b7e99e7a8c067f3eca30 100644 (file)
@@ -61,7 +61,7 @@
                regulator-name = "usb_vbus";
                regulator-min-microvolt = <5000000>;
                regulator-max-microvolt = <5000000>;
-               gpio = <&tlmm 0 GPIO_ACTIVE_HIGH>;
+               gpios = <&tlmm 0 GPIO_ACTIVE_HIGH>;
                enable-active-high;
                regulator-boot-on;
        };
index 228be6b1c1e2c257a697bea1915aae764c2cb808..8406ed2142933b255b389e7b13951bb758550f8d 100644 (file)
@@ -60,7 +60,7 @@
                regulator-name = "usb_vbus";
                regulator-min-microvolt = <5000000>;
                regulator-max-microvolt = <5000000>;
-               gpio = <&tlmm 61 GPIO_ACTIVE_LOW>;
+               gpios = <&tlmm 61 GPIO_ACTIVE_LOW>;
                regulator-boot-on;
        };
 };
index d88a1dc9e5e527bdfa08cdca51e1ab33d6748506..9dc1051e623bcfb6fa9fd9cd7e41009c2a4f5dc1 100644 (file)
                led_status_white: status-white {
                        color = <LED_COLOR_ID_WHITE>;
                        function = LED_FUNCTION_STATUS;
-                       gpio = <&tlmm 56 GPIO_ACTIVE_LOW>;
+                       gpios = <&tlmm 56 GPIO_ACTIVE_LOW>;
                };
 
                led_status_amber: status-amber {
                        color = <LED_COLOR_ID_AMBER>;
                        function = LED_FUNCTION_STATUS;
-                       gpio = <&tlmm 35 GPIO_ACTIVE_LOW>;
+                       gpios = <&tlmm 35 GPIO_ACTIVE_LOW>;
                };
        };
 
@@ -66,7 +66,7 @@
 
                startup-delay-us = <200>;
 
-               gpio = <&tlmm 66 GPIO_ACTIVE_HIGH>;
+               gpios = <&tlmm 66 GPIO_ACTIVE_HIGH>;
                enable-active-high;
 
                pinctrl-names = "default";
index ad411256539336bd325c5a397a2af0d42a68a8e3..c2a8ab28d4404879242e418d1568edbcd4767dd2 100644 (file)
@@ -97,7 +97,7 @@
                regulator-name = "usb_vbus";
                regulator-min-microvolt = <5000000>;
                regulator-max-microvolt = <5000000>;
-               gpio = <&tlmm 25 GPIO_ACTIVE_LOW>;
+               gpios = <&tlmm 25 GPIO_ACTIVE_LOW>;
        };
 };
 
index 1b5f58e51b4cfa7c270a689b6cffc1c13ce729b8..09adde5dcf771a6c9d7339cc1116e1d8bbd30734 100644 (file)
                regulator-name = "usb_vbus";
                regulator-min-microvolt = <5000000>;
                regulator-max-microvolt = <5000000>;
-               gpio = <&tlmm 9 GPIO_ACTIVE_LOW>;
+               gpios = <&tlmm 9 GPIO_ACTIVE_LOW>;
                regulator-boot-on;
        };
 };
index dd5ce8542e57c8001521217184ac1bb71657a982..7d5468613fbbcc01290b8e51f812eaceba1818cd 100644 (file)
                regulator-name = "usb0_vbus";
                regulator-min-microvolt = <5000000>;
                regulator-max-microvolt = <5000000>;
-               gpio = <&tlmm 30 GPIO_ACTIVE_HIGH>;
+               gpios = <&tlmm 30 GPIO_ACTIVE_HIGH>;
                enable-active-high;
                regulator-boot-on;
        };
                regulator-name = "usb1_vbus";
                regulator-min-microvolt = <5000000>;
                regulator-max-microvolt = <5000000>;
-               gpio = <&tlmm 31 GPIO_ACTIVE_HIGH>;
+               gpios = <&tlmm 31 GPIO_ACTIVE_HIGH>;
                enable-active-high;
                regulator-boot-on;
        };
index ec2b19e07d833f87210bc37abf2f50faf8b041b8..4a1d75b35f262d28bb6acbe0467fef7cc4cd2388 100644 (file)
@@ -19,7 +19,7 @@
                regulator-name = "usb_vbus";
                regulator-min-microvolt = <5000000>;
                regulator-max-microvolt = <5000000>;
-               gpio = <&gpio 37 GPIO_ACTIVE_HIGH>;
+               gpios = <&gpio 37 GPIO_ACTIVE_HIGH>;
                enable-active-high;
        };
 
@@ -28,7 +28,7 @@
                regulator-name = "m2keyb_pwren";
                regulator-min-microvolt = <3300000>;
                regulator-max-microvolt = <3300000>;
-               gpio = <&gpio 38 GPIO_ACTIVE_HIGH>;
+               gpios = <&gpio 38 GPIO_ACTIVE_HIGH>;
                enable-active-high;
                regulator-always-on;
        };