From: Stephan Gerhold <stephan.gerhold@xxxxxxxxxx> commit 4861ba7cf5a49969dee258dda2bf8d4e819135d1 upstream. On the X1E80100 QCP, &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: stable@xxxxxxxxxxxxxxx Fixes: 20676f7819d7 ("arm64: dts: qcom: x1e80100-qcp: Fix USB PHYs regulators") Signed-off-by: Stephan Gerhold <stephan.gerhold@xxxxxxxxxx> Reviewed-by: Johan Hovold <johan+linaro@xxxxxxxxxx> Link: https://lore.kernel.org/r/20241210-x1e80100-usb-qmp-supply-fix-v1-8-0adda5d30bbd@xxxxxxxxxx Signed-off-by: Bjorn Andersson <andersson@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- arch/arm64/boot/dts/qcom/x1e80100-qcp.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/arch/arm64/boot/dts/qcom/x1e80100-qcp.dts +++ b/arch/arm64/boot/dts/qcom/x1e80100-qcp.dts @@ -896,7 +896,7 @@ }; &usb_1_ss0_qmpphy { - vdda-phy-supply = <&vreg_l3e_1p2>; + vdda-phy-supply = <&vreg_l2j_1p2>; vdda-pll-supply = <&vreg_l1j_0p8>; status = "okay"; @@ -928,7 +928,7 @@ }; &usb_1_ss1_qmpphy { - vdda-phy-supply = <&vreg_l3e_1p2>; + vdda-phy-supply = <&vreg_l2j_1p2>; vdda-pll-supply = <&vreg_l2d_0p9>; status = "okay"; @@ -960,7 +960,7 @@ }; &usb_1_ss2_qmpphy { - vdda-phy-supply = <&vreg_l3e_1p2>; + vdda-phy-supply = <&vreg_l2j_1p2>; vdda-pll-supply = <&vreg_l2d_0p9>; status = "okay"; Patches currently in stable-queue which might be from stephan.gerhold@xxxxxxxxxx are queue-6.12/arm64-dts-qcom-x1e80100-qcp-fix-usb-qmp-phy-supplies.patch queue-6.12/arm64-dts-qcom-x1e80100-lenovo-yoga-slim7x-fix-usb-qmp-phy-supplies.patch queue-6.12/arm64-dts-qcom-x1e78100-lenovo-thinkpad-t14s-fix-usb-qmp-phy-supplies.patch queue-6.12/soc-qcom-socinfo-avoid-out-of-bounds-read-of-serial-number.patch queue-6.12/arm64-dts-qcom-x1e80100-crd-fix-usb-qmp-phy-supplies.patch queue-6.12/arm64-dts-qcom-x1e80100-microsoft-romulus-fix-usb-qmp-phy-supplies.patch queue-6.12/arm64-dts-qcom-x1e80100-asus-vivobook-s15-fix-usb-qmp-phy-supplies.patch