treewide: reset-gpio to reset-gpios

The former is deprecated. Fixes dtc warning.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20116
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Rosen Penev 2025-09-18 16:50:21 -07:00 committed by Robert Marko
parent 5572d35f77
commit 3a79019664
6 changed files with 6 additions and 6 deletions

View file

@ -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 {

View file

@ -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 {

View file

@ -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 {

View file

@ -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";

View file

@ -30,7 +30,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
+ 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>;

View file

@ -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 {