mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 19:39:48 +01:00
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:
parent
5572d35f77
commit
3a79019664
6 changed files with 6 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue