]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: qcom: x1e80100-qcp: fix PCIe4 PHY supply
authorJohan Hovold <johan+linaro@kernel.org>
Mon, 22 Jul 2024 09:54:48 +0000 (11:54 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 30 Jul 2024 13:49:23 +0000 (08:49 -0500)
The PCIe4 PHY is powered by vreg_l3i (not vreg_l3j) on the CRD so assume
the same applies to the QCP.

Fixes: f9a9c11471da ("arm64: dts: qcom: x1e80100-qcp: Enable more support")
Cc: stable@vger.kernel.org # 6.9
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Abel Vesa <abel.vesa@linaro.org>
Link: https://lore.kernel.org/r/20240722095459.27437-2-johan+linaro@kernel.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/x1e80100-qcp.dts

index 72a4f4138616a1df8c522ee75fedee86b1f24a54..ebfcccbb55e835ff70ad07d9bcd435441401b1db 100644 (file)
 };
 
 &pcie4_phy {
-       vdda-phy-supply = <&vreg_l3j_0p8>;
+       vdda-phy-supply = <&vreg_l3i_0p8>;
        vdda-pll-supply = <&vreg_l3e_1p2>;
 
        status = "okay";