2
0
Эх сурвалжийг харах

treewide: reset-gpio to reset-gpios

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]>
Rosen Penev 3 сар өмнө
parent
commit
3a79019664

+ 1 - 1
target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4018-rutx.dtsi

@@ -300,7 +300,7 @@
 	status = "okay";
 	pinctrl-0 = <&mdio_pins>;
 	pinctrl-names = "default";
-	phy-reset-gpio = <&tlmm 62 0>;
+	phy-reset-gpios = <&tlmm 62 GPIO_ACTIVE_HIGH>;
 };
 
 &usb3_ss_phy {

+ 1 - 1
target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4018-whw01.dts

@@ -216,7 +216,7 @@
 	status = "okay";
 	pinctrl-0 = <&mdio_pins>;
 	pinctrl-names = "default";
-	phy-reset-gpio = <&tlmm 62 GPIO_ACTIVE_HIGH>;
+	phy-reset-gpios = <&tlmm 62 GPIO_ACTIVE_HIGH>;
 };
 
 &tlmm {

+ 1 - 1
target/linux/lantiq/files/arch/mips/boot/dts/lantiq/falcon_lantiq_easy98021.dts

@@ -36,7 +36,7 @@
 			<&gpio0 2 GPIO_ACTIVE_HIGH>,
 			<0>; /* no CS */
 		gpio-names = "di", "do", "clk", "cs";
-		reset-gpio = <&gpio3 24 GPIO_ACTIVE_HIGH>;
+		reset-gpios = <&gpio3 24 GPIO_ACTIVE_HIGH>;
 	};
 
 	pinctrl {

+ 1 - 1
target/linux/mediatek/dts/mt7622-ubnt-unifi-6-lr-v1.dtsi

@@ -35,7 +35,7 @@
 		reg = <0x30>;
 
 		enable-gpio = <&pio 59 GPIO_ACTIVE_LOW>;
-		reset-gpio = <&pio 60 GPIO_ACTIVE_LOW>;
+		reset-gpios = <&pio 60 GPIO_ACTIVE_LOW>;
 
 		red {
 			label = "red";

+ 1 - 1
target/linux/pistachio/patches-6.12/902-MIPS-DTS-img-marduk-Add-Cascoda-CA8210-6LoWPAN.patch

@@ -30,7 +30,7 @@ Signed-off-by: Hauke Mehrtens <[email protected]>
 +		reg = <0>;
 +		spi-max-frequency = <4000000>;
 +		spi-cpol;
-+		reset-gpio = <&gpio0 12 GPIO_ACTIVE_HIGH>;
++		reset-gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
 +		irq-gpio = <&gpio2 12 GPIO_ACTIVE_HIGH>;
 +		extclock-enable;
 +		extclock-freq = <16000000>;

+ 1 - 1
target/linux/ramips/dts/mt7621_ubnt_unifi-flexhd.dts

@@ -170,7 +170,7 @@
 		reg = <0x30>;
 
 		enable-gpio = <&gpio 44 GPIO_ACTIVE_HIGH>;
-		reset-gpio = <&gpio 41 GPIO_ACTIVE_LOW>;
+		reset-gpios = <&gpio 41 GPIO_ACTIVE_LOW>;
 		led-count = <8>;
 
 		red {