]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commitdiff
arm64: dts: qcom: x1e80100-asus-vivobook-s15: Fix USB QMP PHY supplies
authorStephan Gerhold <stephan.gerhold@linaro.org>
Tue, 10 Dec 2024 09:07:34 +0000 (10:07 +0100)
committerBjorn Andersson <andersson@kernel.org>
Thu, 26 Dec 2024 21:43:36 +0000 (15:43 -0600)
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-asus-vivobook-s15 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: d0e2f8f62dff ("arm64: dts: qcom: Add device tree for ASUS Vivobook S 15")
Signed-off-by: Stephan Gerhold <stephan.gerhold@linaro.org>
Tested-by: Maud Spierings <maud_spierings@hotmail.com>
Reviewed-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20241210-x1e80100-usb-qmp-supply-fix-v1-3-0adda5d30bbd@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/x1e80100-asus-vivobook-s15.dts

index 0cf0427c1340e8f677a1b815e1f0b03f8f541536..53781f9b13af3e8491dcf63c57868eaf7025d0a8 100644 (file)
 };
 
 &usb_1_ss0_qmpphy {
-       vdda-phy-supply = <&vreg_l3e_1p2>;
+       vdda-phy-supply = <&vreg_l2j_1p2>;
        vdda-pll-supply = <&vreg_l1j_0p8>;
 
        status = "okay";
 };
 
 &usb_1_ss1_qmpphy {
-       vdda-phy-supply = <&vreg_l3e_1p2>;
+       vdda-phy-supply = <&vreg_l2j_1p2>;
        vdda-pll-supply = <&vreg_l2d_0p9>;
 
        status = "okay";