Skip to content

Commit 26670a3

Browse files
stephan-ghgregkh
authored andcommitted
arm64: dts: qcom: x1e80100-crd: Fix USB QMP PHY supplies
commit 789209d 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. Cc: stable@vger.kernel.org Fixes: ae5cee8 ("arm64: dts: qcom: x1e80100-crd: Fix USB PHYs regulators") 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-4-0adda5d30bbd@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 126ba9b commit 26670a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm64/boot/dts/qcom/x1e80100-crd.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@
11471147
};
11481148

11491149
&usb_1_ss0_qmpphy {
1150-
vdda-phy-supply = <&vreg_l3e_1p2>;
1150+
vdda-phy-supply = <&vreg_l2j_1p2>;
11511151
vdda-pll-supply = <&vreg_l1j_0p8>;
11521152

11531153
status = "okay";
@@ -1179,7 +1179,7 @@
11791179
};
11801180

11811181
&usb_1_ss1_qmpphy {
1182-
vdda-phy-supply = <&vreg_l3e_1p2>;
1182+
vdda-phy-supply = <&vreg_l2j_1p2>;
11831183
vdda-pll-supply = <&vreg_l2d_0p9>;
11841184

11851185
status = "okay";
@@ -1211,7 +1211,7 @@
12111211
};
12121212

12131213
&usb_1_ss2_qmpphy {
1214-
vdda-phy-supply = <&vreg_l3e_1p2>;
1214+
vdda-phy-supply = <&vreg_l2j_1p2>;
12151215
vdda-pll-supply = <&vreg_l2d_0p9>;
12161216

12171217
status = "okay";

0 commit comments

Comments
 (0)