Message ID | 20241018124252.5326-1-quic_mapa@quicinc.com |
---|---|
State | Accepted |
Commit | 5b9d9b910653c53e66c05b9c4dc863d0a1ee14de |
Headers | show |
Series | [V3] arm64: dts: qcom: qcm6490-idp: Add UFS nodes | expand |
diff --git a/arch/arm64/boot/dts/qcom/qcm6490-idp.dts b/arch/arm64/boot/dts/qcom/qcm6490-idp.dts index 5f3d4807ac43..c5fb153614e1 100644 --- a/arch/arm64/boot/dts/qcom/qcm6490-idp.dts +++ b/arch/arm64/boot/dts/qcom/qcm6490-idp.dts @@ -702,6 +702,25 @@ status = "okay"; }; +&ufs_mem_hc { + reset-gpios = <&tlmm 175 GPIO_ACTIVE_LOW>; + vcc-supply = <&vreg_l7b_2p952>; + vcc-max-microamp = <800000>; + vccq-supply = <&vreg_l9b_1p2>; + vccq-max-microamp = <900000>; + vccq2-supply = <&vreg_l9b_1p2>; + vccq2-max-microamp = <900000>; + + status = "okay"; +}; + +&ufs_mem_phy { + vdda-phy-supply = <&vreg_l10c_0p88>; + vdda-pll-supply = <&vreg_l6b_1p2>; + + status = "okay"; +}; + &usb_1 { status = "okay"; };
Add UFS host controller and Phy nodes for Qualcomm qcm6490 board. Signed-off-by: Manish Pandey <quic_mapa@quicinc.com> --- Changes from v2: - Included the board name qcm6490-idp in the subject (Thanks Konrad). - 'regulator-allow-set-load' for UFS regulator has been raised in https://lore.kernel.org/linux-arm-msm/20241016100511.2890983-1-quic_kotarake@quicinc.com/ Changes from v1: - updated correct patchset number. arch/arm64/boot/dts/qcom/qcm6490-idp.dts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---