diff options
author | Abel Vesa <abel.vesa@linaro.org> | 2024-05-30 18:43:39 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-07-27 11:40:34 +0200 |
commit | e9e797f82040d5a70ca00c4168cd7563ee40205e (patch) | |
tree | f79743574ae3a70b2f5e11c84b2839049e4cd7bf | |
parent | 4f6838e7163967cb9cb1f1ae167626cbac8fafb6 (diff) | |
download | linux-stable-e9e797f82040d5a70ca00c4168cd7563ee40205e.tar.gz linux-stable-e9e797f82040d5a70ca00c4168cd7563ee40205e.tar.bz2 linux-stable-e9e797f82040d5a70ca00c4168cd7563ee40205e.zip |
arm64: dts: qcom: x1e80100-crd: Fix the PHY regulator for PCIe 6a
commit cf7d2157aa87dca6f078a2d4867fd0a9dbc357aa upstream.
The actual PHY regulator is L1d instead of L3j, so fix it accordingly.
Fixes: d7e03cce0400 ("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>
-rw-r--r-- | arch/arm64/boot/dts/qcom/x1e80100-crd.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/x1e80100-crd.dts b/arch/arm64/boot/dts/qcom/x1e80100-crd.dts index be6b1e7d07ce..17b630822621 100644 --- a/arch/arm64/boot/dts/qcom/x1e80100-crd.dts +++ b/arch/arm64/boot/dts/qcom/x1e80100-crd.dts @@ -659,7 +659,7 @@ }; &pcie6a_phy { - vdda-phy-supply = <&vreg_l3j_0p8>; + vdda-phy-supply = <&vreg_l1d_0p8>; vdda-pll-supply = <&vreg_l2j_1p2>; status = "okay"; |