treewide: enable-gpio to enable-gpios
authorRosen Penev <[email protected]>
Mon, 6 Oct 2025 20:28:44 +0000 (13:28 -0700)
committerRobert Marko <[email protected]>
Wed, 8 Oct 2025 12:26:24 +0000 (14:26 +0200)
The former is deprecated. Fixes dtc warning.

Signed-off-by: Rosen Penev <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/20116
Signed-off-by: Robert Marko <[email protected]>
target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-ncp-hg100-cellular.dts
target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4029-mr33.dts
target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4029-mr74.dts
target/linux/mediatek/dts/mt7622-ubnt-unifi-6-lr-v1.dtsi
target/linux/ramips/dts/mt7621_ubnt_unifi-flexhd.dts

index 4bef4994990ba342eb1913bc57378693c7f2f32d..067f19b7cf6dad1186992b6e16fcd0fb47001f49 100644 (file)
                compatible = "ti,lp55231";
                reg = <0x32>;
                clock-mode = /bits/ 8 <0>;
-               enable-gpio = <&tlmm 1 GPIO_ACTIVE_HIGH>;
+               enable-gpios = <&tlmm 1 GPIO_ACTIVE_HIGH>;
                #address-cells = <1>;
                #size-cells = <0>;
 
index 8c8b1b315086050fb82e60aa350229c709b07397..953caa8b60a28ebaf8e792aa69d86a0033f2d1c9 100644 (file)
@@ -9,5 +9,5 @@
 };
 
 &tricolor {
-       enable-gpio = <&tlmm 48 GPIO_ACTIVE_HIGH>;
+       enable-gpios = <&tlmm 48 GPIO_ACTIVE_HIGH>;
 };
index 904f724652611e50c4d9ca6d25d2e85cca5cc0c1..9f89330b6617619da03aa329dc19df0827393192 100644 (file)
@@ -9,5 +9,5 @@
 };
 
 &tricolor {
-       enable-gpio = <&tlmm 14 GPIO_ACTIVE_LOW>;
+       enable-gpios = <&tlmm 14 GPIO_ACTIVE_LOW>;
 };
index 07035c0535bec9525ce735733e32aa07ad4b94f8..a26454fe7d660f1f072b7f00a19f68889df0961c 100644 (file)
@@ -34,7 +34,7 @@
                compatible = "ubnt,ledbar";
                reg = <0x30>;
 
-               enable-gpio = <&pio 59 GPIO_ACTIVE_LOW>;
+               enable-gpios = <&pio 59 GPIO_ACTIVE_LOW>;
                reset-gpios = <&pio 60 GPIO_ACTIVE_LOW>;
 
                red {
index 0cffe8f34c787531c71c862572cc073e520f88d5..6faee6fcf405ffa2deca13a7770ff3a59dfb8f0c 100644 (file)
                compatible = "ubnt,ledbar";
                reg = <0x30>;
 
-               enable-gpio = <&gpio 44 GPIO_ACTIVE_HIGH>;
+               enable-gpios = <&gpio 44 GPIO_ACTIVE_HIGH>;
                reset-gpios = <&gpio 41 GPIO_ACTIVE_LOW>;
                led-count = <8>;