diff options
author | Rohit Agarwal <[email protected]> | 2023-05-18 23:17:52 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-05-30 07:54:19 -0700 |
commit | 2e69f6882b69ea98e785469481bf9a4d111e3b96 (patch) | |
tree | 49e175c4d1391161c4df7de0907705dfdbeca58a | |
parent | 9c0bb38414a45a03d1100f033ab6f96bedffe43a (diff) |
ARM: dts: qcom: sdx65-mtp: Enable PCIe PHY
Enable PCIe PHY on SDX65 MTP for PCIe EP.
Signed-off-by: Rohit Agarwal <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/qcom-sdx65-mtp.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-sdx65-mtp.dts b/arch/arm/boot/dts/qcom-sdx65-mtp.dts index 57bc3b03d3aa..29ccb158f8fc 100644 --- a/arch/arm/boot/dts/qcom-sdx65-mtp.dts +++ b/arch/arm/boot/dts/qcom-sdx65-mtp.dts @@ -250,6 +250,13 @@ status = "okay"; }; +&pcie_phy { + vdda-phy-supply = <&vreg_l1b_1p2>; + vdda-pll-supply = <&vreg_l4b_0p88>; + + status = "okay"; +}; + &qpic_bam { status = "okay"; }; |