From: Chukun Pan Date: Mon, 16 Dec 2024 15:09:26 +0000 (+0800) Subject: qualcommax: fix usb regulator supply for RT-AX89X X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=03560d470c285e7b77a55e2bcf287b2298d1246e;p=openwrt%2Fopenwrt.git 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 Link: https://github.com/openwrt/openwrt/pull/17290 Signed-off-by: Robert Marko --- 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 {