Skip to content

Commit cbc33b3

Browse files
stephan-ghgregkh
authored andcommitted
arm64: dts: qcom: x1e80100-microsoft-romulus: Fix USB QMP PHY supplies
commit c0562f5 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-microsoft-romulus mostly just mirrors the power supplies from the x1e80100-crd device tree, assume that the fix also applies here. Cc: [email protected] Fixes: 09d77be ("arm64: dts: qcom: Add support for X1-based Surface Laptop 7 devices") 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-7-0adda5d30bbd@linaro.org Signed-off-by: Bjorn Andersson <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 85bde88 commit cbc33b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/qcom/x1e80100-microsoft-romulus.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@
823823
};
824824

825825
&usb_1_ss0_qmpphy {
826-
vdda-phy-supply = <&vreg_l3e>;
826+
vdda-phy-supply = <&vreg_l2j>;
827827
vdda-pll-supply = <&vreg_l1j>;
828828

829829
status = "okay";
@@ -855,7 +855,7 @@
855855
};
856856

857857
&usb_1_ss1_qmpphy {
858-
vdda-phy-supply = <&vreg_l3e>;
858+
vdda-phy-supply = <&vreg_l2j>;
859859
vdda-pll-supply = <&vreg_l2d>;
860860

861861
status = "okay";

0 commit comments

Comments
 (0)