]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Aug 2024 06:59:28 +0000 (08:59 +0200)
[ Upstream commit 9c99c33a904c86d95ecf4e2690de6a826b88671c ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/qcom/x1e80100-crd.dts
arch/arm64/boot/dts/qcom/x1e80100-qcp.dts

index 7618ae1f8b1c910058019e174fb9d5a6dc2dc015..b063dd28149e7b6f2a14679250c9846786e81228 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 5567636c8b27f87a2319fc38722a3e3a2052e2bc..df3577fcd93c93d829c248735aadeabf1015e807 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>;