diff options
| author | Abel Vesa <[email protected]> | 2024-05-30 18:43:39 +0300 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2024-06-01 17:58:27 -0500 |
| commit | cf7d2157aa87dca6f078a2d4867fd0a9dbc357aa (patch) | |
| tree | f4ed1419c58fcad3f9f76d88b2943820767de4ea | |
| parent | 20676f7819d7364b7e8bd437b212106faa893b49 (diff) | |
arm64: dts: qcom: x1e80100-crd: Fix the PHY regulator for PCIe 6a
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 <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Cc: [email protected] # 6.9
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
| -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 722ed6181a0a..a1f901dda92f 100644 --- a/arch/arm64/boot/dts/qcom/x1e80100-crd.dts +++ b/arch/arm64/boot/dts/qcom/x1e80100-crd.dts @@ -650,7 +650,7 @@ }; &pcie6a_phy { - vdda-phy-supply = <&vreg_l3j_0p8>; + vdda-phy-supply = <&vreg_l1d_0p8>; vdda-pll-supply = <&vreg_l2j_1p2>; status = "okay"; |