[openwrt/openwrt] qualcommax: fix usb regulator supply for RT-AX89X
LEDE Commits
lede-commits at lists.infradead.org
Wed Dec 18 01:33:33 PST 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/03560d470c285e7b77a55e2bcf287b2298d1246e
commit 03560d470c285e7b77a55e2bcf287b2298d1246e
Author: Chukun Pan <amadeus at jmu.edu.cn>
AuthorDate: Mon Dec 16 23:09:26 2024 +0800
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 at jmu.edu.cn>
Link: https://github.com/openwrt/openwrt/pull/17290
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
.../qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-rt-ax89x.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-rt-ax89x.dts b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-rt-ax89x.dts
index 781b647811..dd5ce8542e 100644
--- a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-rt-ax89x.dts
+++ b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-rt-ax89x.dts
@@ -365,7 +365,7 @@
&qusb_phy_0 {
status = "okay";
- vdda-phy-supply = <&usb0_vbus>;
+ vdd-supply = <&usb0_vbus>;
};
&ssphy_1 {
@@ -375,7 +375,7 @@
&qusb_phy_1 {
status = "okay";
- vdda-phy-supply = <&usb1_vbus>;
+ vdd-supply = <&usb1_vbus>;
};
&usb_0 {
More information about the lede-commits
mailing list