arm64: dts: qcom: x1e80100: Fix USB HS PHY 0.8V supply
authorAbel Vesa <abel.vesa@linaro.org>
Sat, 29 Jun 2024 06:29:43 +0000 (09:29 +0300)
committerBjorn Andersson <andersson@kernel.org>
Tue, 2 Jul 2024 03:21:03 +0000 (22:21 -0500)
According to the power grid documentation, the 0.8v HS PHY shared
regulator is actually LDO3 from PM8550ve id J. Fix both CRD and QCP
boards.

Fixes: d7e03cce0400 ("arm64: dts: qcom: x1e80100-crd: Enable more support")
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240629-x1e80100-dts-fix-hsphy-0-8v-supplies-v1-1-de99ee030b27@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/x1e80100-crd.dts
arch/arm64/boot/dts/qcom/x1e80100-qcp.dts

index d0f28d8..96f5185 100644 (file)
 };
 
 &usb_1_ss0_hsphy {
-       vdd-supply = <&vreg_l2e_0p8>;
+       vdd-supply = <&vreg_l3j_0p8>;
        vdda12-supply = <&vreg_l2j_1p2>;
 
        phys = <&smb2360_0_eusb2_repeater>;
 };
 
 &usb_1_ss1_hsphy {
-       vdd-supply = <&vreg_l2e_0p8>;
+       vdd-supply = <&vreg_l3j_0p8>;
        vdda12-supply = <&vreg_l2j_1p2>;
 
        phys = <&smb2360_1_eusb2_repeater>;
 };
 
 &usb_1_ss2_hsphy {
-       vdd-supply = <&vreg_l2e_0p8>;
+       vdd-supply = <&vreg_l3j_0p8>;
        vdda12-supply = <&vreg_l2j_1p2>;
 
        phys = <&smb2360_2_eusb2_repeater>;
index 4edec32..72a4f41 100644 (file)
 };
 
 &usb_1_ss0_hsphy {
-       vdd-supply = <&vreg_l2e_0p8>;
+       vdd-supply = <&vreg_l3j_0p8>;
        vdda12-supply = <&vreg_l2j_1p2>;
 
        phys = <&smb2360_0_eusb2_repeater>;
 };
 
 &usb_1_ss1_hsphy {
-       vdd-supply = <&vreg_l2e_0p8>;
+       vdd-supply = <&vreg_l3j_0p8>;
        vdda12-supply = <&vreg_l2j_1p2>;
 
        phys = <&smb2360_1_eusb2_repeater>;
 };
 
 &usb_1_ss2_hsphy {
-       vdd-supply = <&vreg_l2e_0p8>;
+       vdd-supply = <&vreg_l3j_0p8>;
        vdda12-supply = <&vreg_l2j_1p2>;
 
        phys = <&smb2360_2_eusb2_repeater>;