]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: qcom: x1e80100-crd: fix PCIe4 PHY supply
authorJohan Hovold <johan+linaro@kernel.org>
Mon, 22 Jul 2024 09:42:42 +0000 (11:42 +0200)
committerBjorn Andersson <andersson@kernel.org>
Tue, 30 Jul 2024 13:49:15 +0000 (08:49 -0500)
The PCIe4 PHY is powered by vreg_l3i (not vreg_l3j).

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

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