Skip to content

Commit 85bde88

Browse files
stephan-ghgregkh
authored andcommitted
arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: Fix USB QMP PHY supplies
commit 6ba8e1b 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. Since x1e80100-lenovo-yoga-slim7x mostly just mirrors the power supplies from the x1e80100-crd device tree, assume that the fix also applies here. Cc: [email protected] Fixes: 45247fe ("arm64: dts: qcom: x1e80100: add Lenovo Thinkpad Yoga slim 7x devicetree") 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-6-0adda5d30bbd@linaro.org Signed-off-by: Bjorn Andersson <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 7191e92 commit 85bde88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@
908908
};
909909

910910
&usb_1_ss0_qmpphy {
911-
vdda-phy-supply = <&vreg_l3e_1p2>;
911+
vdda-phy-supply = <&vreg_l2j_1p2>;
912912
vdda-pll-supply = <&vreg_l1j_0p8>;
913913

914914
status = "okay";
@@ -940,7 +940,7 @@
940940
};
941941

942942
&usb_1_ss1_qmpphy {
943-
vdda-phy-supply = <&vreg_l3e_1p2>;
943+
vdda-phy-supply = <&vreg_l2j_1p2>;
944944
vdda-pll-supply = <&vreg_l2d_0p9>;
945945

946946
status = "okay";
@@ -972,7 +972,7 @@
972972
};
973973

974974
&usb_1_ss2_qmpphy {
975-
vdda-phy-supply = <&vreg_l3e_1p2>;
975+
vdda-phy-supply = <&vreg_l2j_1p2>;
976976
vdda-pll-supply = <&vreg_l2d_0p9>;
977977

978978
status = "okay";

0 commit comments

Comments
 (0)