]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: x1e80100-qcp: Fix the PHY regulator for PCIe 6a
authorAbel Vesa <abel.vesa@linaro.org>
Thu, 30 May 2024 15:43:40 +0000 (18:43 +0300)
committerBjorn Andersson <andersson@kernel.org>
Sat, 1 Jun 2024 22:58:27 +0000 (17:58 -0500)
The actual PHY regulator is L1d instead of L3j, so fix it accordingly.

Fixes: f9a9c11471da ("arm64: dts: qcom: x1e80100-qcp: 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-2-ee17a9939ba5@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/x1e80100-qcp.dts

index d40dd2afda8aeaeb4791b3f4dfe66fd7dab5011e..2aec8ae2bf5213ab1f4f57142d20b624a2a896e7 100644 (file)
 };
 
 &pcie6a_phy {
-       vdda-phy-supply = <&vreg_l3j_0p8>;
+       vdda-phy-supply = <&vreg_l1d_0p8>;
        vdda-pll-supply = <&vreg_l2j_1p2>;
 
        status = "okay";