Skip to content

Commit b155b3c

Browse files
abelvesagregkh
authored andcommitted
arm64: dts: qcom: x1e80100-crd: Fix the PHY regulator for PCIe 6a
commit cf7d215 upstream. The actual PHY regulator is L1d instead of L3j, so fix it accordingly. Fixes: d7e03cc ("arm64: dts: qcom: x1e80100-crd: Enable more support") Signed-off-by: Abel Vesa <abel.vesa@linaro.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Cc: stable@vger.kernel.org # 6.9 Link: https://lore.kernel.org/r/20240530-x1e80100-dts-pcie6a-v1-1-ee17a9939ba5@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 92ff9f4 commit b155b3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@
657657
};
658658

659659
&pcie6a_phy {
660-
vdda-phy-supply = <&vreg_l3j_0p8>;
660+
vdda-phy-supply = <&vreg_l1d_0p8>;
661661
vdda-pll-supply = <&vreg_l2j_1p2>;
662662

663663
status = "okay";

0 commit comments

Comments
 (0)