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:
Chukun Pan 2024-12-16 23:09:26 +08:00 committed by Robert Marko
parent f077e058fd
commit 03560d470c

View File

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