mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 13:26:34 +00:00
qualcommax: fix usb regulator supply for RT-AX89X
The qusb_phy node looks for the following supply:
"vdd", "vdda-pll", "vdda-phy-dpdm"
And ssphy node looks for the following supply:
"vdda-phy", "vdda-pll"
So fix the usb regulator supply for RT-AX89X.
Fixes: 1306237
("qualcommax: use PHY regulator for USB GPIO")
Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Link: https://github.com/openwrt/openwrt/pull/17290
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
f077e058fd
commit
03560d470c
@ -365,7 +365,7 @@
|
|||||||
&qusb_phy_0 {
|
&qusb_phy_0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
vdda-phy-supply = <&usb0_vbus>;
|
vdd-supply = <&usb0_vbus>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&ssphy_1 {
|
&ssphy_1 {
|
||||||
@ -375,7 +375,7 @@
|
|||||||
&qusb_phy_1 {
|
&qusb_phy_1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
vdda-phy-supply = <&usb1_vbus>;
|
vdd-supply = <&usb1_vbus>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&usb_0 {
|
&usb_0 {
|
||||||
|
Loading…
Reference in New Issue
Block a user