Skip to content

Commit

Permalink
qualcommax: fix usb regulator supply for RT-AX89X
Browse files Browse the repository at this point in the history
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 <[email protected]>
Link: openwrt/openwrt#17290
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
aiamadeus authored and robimarko committed Dec 18, 2024
1 parent f077e05 commit 03560d4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
&qusb_phy_0 {
status = "okay";

vdda-phy-supply = <&usb0_vbus>;
vdd-supply = <&usb0_vbus>;
};

&ssphy_1 {
Expand All @@ -375,7 +375,7 @@
&qusb_phy_1 {
status = "okay";

vdda-phy-supply = <&usb1_vbus>;
vdd-supply = <&usb1_vbus>;
};

&usb_0 {
Expand Down

0 comments on commit 03560d4

Please sign in to comment.