Skip to content

Commit 7191e92

Browse files
stephan-ghgregkh
authored andcommitted
arm64: dts: qcom: x1e80100-crd: Fix USB QMP PHY supplies
commit 789209d upstream. On the X1E80100 CRD, &vreg_l3e_1p2 only powers &usb_mp_qmpphy0/1 (i.e. USBSS_3 and USBSS_4). The QMP PHYs for USB_0, USB_1 and USB_2 are actually powered by &vreg_l2j_1p2. Cc: [email protected] Fixes: ae5cee8 ("arm64: dts: qcom: x1e80100-crd: Fix USB PHYs regulators") Signed-off-by: Stephan Gerhold <[email protected]> Reviewed-by: Johan Hovold <[email protected]> Link: https://lore.kernel.org/r/20241210-x1e80100-usb-qmp-supply-fix-v1-4-0adda5d30bbd@linaro.org Signed-off-by: Bjorn Andersson <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 1a27950 commit 7191e92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm64/boot/dts/qcom/x1e80100-crd.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@
11871187
};
11881188

11891189
&usb_1_ss0_qmpphy {
1190-
vdda-phy-supply = <&vreg_l3e_1p2>;
1190+
vdda-phy-supply = <&vreg_l2j_1p2>;
11911191
vdda-pll-supply = <&vreg_l1j_0p8>;
11921192

11931193
status = "okay";
@@ -1219,7 +1219,7 @@
12191219
};
12201220

12211221
&usb_1_ss1_qmpphy {
1222-
vdda-phy-supply = <&vreg_l3e_1p2>;
1222+
vdda-phy-supply = <&vreg_l2j_1p2>;
12231223
vdda-pll-supply = <&vreg_l2d_0p9>;
12241224

12251225
status = "okay";
@@ -1251,7 +1251,7 @@
12511251
};
12521252

12531253
&usb_1_ss2_qmpphy {
1254-
vdda-phy-supply = <&vreg_l3e_1p2>;
1254+
vdda-phy-supply = <&vreg_l2j_1p2>;
12551255
vdda-pll-supply = <&vreg_l2d_0p9>;
12561256

12571257
status = "okay";

0 commit comments

Comments
 (0)