diff options
author | Johan Hovold <johan+linaro@kernel.org> | 2024-07-22 11:54:48 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-07-30 15:49:23 +0200 |
commit | f03dd49f884f428ba71efe23383ff842f4f15e0e (patch) | |
tree | 08c8decf9c5e4961c08680273acc8a8bbd144e55 /arch/arm64 | |
parent | arm64: dts: qcom: x1e80100-crd: fix missing PCIe4 gpios (diff) | |
download | linux-f03dd49f884f428ba71efe23383ff842f4f15e0e.tar.xz linux-f03dd49f884f428ba71efe23383ff842f4f15e0e.zip |
arm64: dts: qcom: x1e80100-qcp: fix PCIe4 PHY supply
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>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/qcom/x1e80100-qcp.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/x1e80100-qcp.dts b/arch/arm64/boot/dts/qcom/x1e80100-qcp.dts index 72a4f4138616..ebfcccbb55e8 100644 --- a/arch/arm64/boot/dts/qcom/x1e80100-qcp.dts +++ b/arch/arm64/boot/dts/qcom/x1e80100-qcp.dts @@ -664,7 +664,7 @@ }; &pcie4_phy { - vdda-phy-supply = <&vreg_l3j_0p8>; + vdda-phy-supply = <&vreg_l3i_0p8>; vdda-pll-supply = <&vreg_l3e_1p2>; status = "okay"; |