Skip to content

Commit c1cd1c4

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: stable@vger.kernel.org Fixes: 45247fe ("arm64: dts: qcom: x1e80100: add Lenovo Thinkpad Yoga slim 7x devicetree") Signed-off-by: Stephan Gerhold <stephan.gerhold@linaro.org> Reviewed-by: Johan Hovold <johan+linaro@kernel.org> Link: https://lore.kernel.org/r/20241210-x1e80100-usb-qmp-supply-fix-v1-6-0adda5d30bbd@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 26670a3 commit c1cd1c4

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
@@ -895,7 +895,7 @@
895895
};
896896

897897
&usb_1_ss0_qmpphy {
898-
vdda-phy-supply = <&vreg_l3e_1p2>;
898+
vdda-phy-supply = <&vreg_l2j_1p2>;
899899
vdda-pll-supply = <&vreg_l1j_0p8>;
900900

901901
status = "okay";
@@ -927,7 +927,7 @@
927927
};
928928

929929
&usb_1_ss1_qmpphy {
930-
vdda-phy-supply = <&vreg_l3e_1p2>;
930+
vdda-phy-supply = <&vreg_l2j_1p2>;
931931
vdda-pll-supply = <&vreg_l2d_0p9>;
932932

933933
status = "okay";
@@ -959,7 +959,7 @@
959959
};
960960

961961
&usb_1_ss2_qmpphy {
962-
vdda-phy-supply = <&vreg_l3e_1p2>;
962+
vdda-phy-supply = <&vreg_l2j_1p2>;
963963
vdda-pll-supply = <&vreg_l2d_0p9>;
964964

965965
status = "okay";

0 commit comments

Comments
 (0)