Commit 9c99c33a authored by Abel Vesa's avatar Abel Vesa Committed by Bjorn Andersson

arm64: dts: qcom: x1e80100: Fix USB HS PHY 0.8V supply

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: d7e03cce ("arm64: dts: qcom: x1e80100-crd: Enable more support")
Signed-off-by: default avatarAbel Vesa <abel.vesa@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240629-x1e80100-dts-fix-hsphy-0-8v-supplies-v1-1-de99ee030b27@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent fd513b92
......@@ -990,7 +990,7 @@ &uart21 {
};
&usb_1_ss0_hsphy {
vdd-supply = <&vreg_l2e_0p8>;
vdd-supply = <&vreg_l3j_0p8>;
vdda12-supply = <&vreg_l2j_1p2>;
phys = <&smb2360_0_eusb2_repeater>;
......@@ -1022,7 +1022,7 @@ &usb_1_ss0_qmpphy_out {
};
&usb_1_ss1_hsphy {
vdd-supply = <&vreg_l2e_0p8>;
vdd-supply = <&vreg_l3j_0p8>;
vdda12-supply = <&vreg_l2j_1p2>;
phys = <&smb2360_1_eusb2_repeater>;
......@@ -1054,7 +1054,7 @@ &usb_1_ss1_qmpphy_out {
};
&usb_1_ss2_hsphy {
vdd-supply = <&vreg_l2e_0p8>;
vdd-supply = <&vreg_l3j_0p8>;
vdda12-supply = <&vreg_l2j_1p2>;
phys = <&smb2360_2_eusb2_repeater>;
......
......@@ -842,7 +842,7 @@ &uart21 {
};
&usb_1_ss0_hsphy {
vdd-supply = <&vreg_l2e_0p8>;
vdd-supply = <&vreg_l3j_0p8>;
vdda12-supply = <&vreg_l2j_1p2>;
phys = <&smb2360_0_eusb2_repeater>;
......@@ -874,7 +874,7 @@ &usb_1_ss0_qmpphy_out {
};
&usb_1_ss1_hsphy {
vdd-supply = <&vreg_l2e_0p8>;
vdd-supply = <&vreg_l3j_0p8>;
vdda12-supply = <&vreg_l2j_1p2>;
phys = <&smb2360_1_eusb2_repeater>;
......@@ -906,7 +906,7 @@ &usb_1_ss1_qmpphy_out {
};
&usb_1_ss2_hsphy {
vdd-supply = <&vreg_l2e_0p8>;
vdd-supply = <&vreg_l3j_0p8>;
vdda12-supply = <&vreg_l2j_1p2>;
phys = <&smb2360_2_eusb2_repeater>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment