ARM: dts: msm: Add ufs shutdown power supply for sun

Add ufs proxy power supply to add an additional vote
for VCCQ LDO. In case of ufs shutdown, UFS VCCQ LDO would
be turned off by PMIC regulator itself.

Signed-off-by: Nitin Rawat <quic_nitirawa@quicinc.com>
Change-Id: I0d1db4eb94081e835d9f3939b4b47d8718d09286
This commit is contained in:
Nitin Rawat
2024-05-02 19:33:02 +05:30
committed by Bruce Levy
parent 8d9209a2eb
commit 6e78144f90
3 changed files with 9 additions and 0 deletions

View File

@@ -177,6 +177,9 @@
qcom,vccq-parent-supply = <&pm_v8i_s7>;
qcom,vccq-parent-max-microamp = <210000>;
qcom,vccq-proxy-vote-supply = <&pm_v8d_l1>;
qcom,vccq-proxy-vote-max-microamp = <1200000>;
reset-gpios = <&tlmm 215 GPIO_ACTIVE_LOW>;
resets = <&gcc GCC_UFS_PHY_BCR>;
reset-names = "rst";

View File

@@ -238,6 +238,9 @@
vccq-supply = <&pm_v8d_l1>;
vccq-max-microamp = <1200000>;
qcom,vccq-proxy-vote-supply = <&pm_v8d_l1>;
qcom,vccq-proxy-vote-max-microamp = <1200000>;
/* UFS Rst pin is always on. It is shared with VDD_PX14 */
qcom,vddp-ref-clk-supply = <&pm_v8i_l2>;
qcom,vddp-ref-clk-max-microamp = <100>;

View File

@@ -182,6 +182,9 @@
qcom,vccq-parent-supply = <&pm_v8i_s7>;
qcom,vccq-parent-max-microamp = <210000>;
qcom,vccq-proxy-vote-supply = <&pm_v8d_l1>;
qcom,vccq-proxy-vote-max-microamp = <1200000>;
reset-gpios = <&tlmm 215 GPIO_ACTIVE_LOW>;
resets = <&gcc GCC_UFS_PHY_BCR>;
reset-names = "rst";