ARM: dts: qcom: change vdd io current level of sdhc_2 for Sun
Change vdd io current level of sdhc_2 to set 22 mA load to follow up new Power Grid on SDC2 vdd-io pads regulator lpk. The previous 5.6 mA is not able to reflect real drawing current. It may cause OCP issue as 5.6 mA voting load from SW is not enough to let SDC2 vdd-io regulator work on HPM, but the real drawing current may exceed LPM OCP threshold. Change-Id: I3eef0d1269d424341fea5493b467af26c5f203fa Signed-off-by: Ziqi Chen <quic_ziqichen@quicinc.com>
This commit is contained in:
@@ -192,7 +192,7 @@
|
||||
|
||||
vdd-io-supply = <&pm_humu_l8>;
|
||||
qcom,vdd-io-voltage-level = <1800000 2960000>;
|
||||
qcom,vdd-io-current-level = <0 5600>;
|
||||
qcom,vdd-io-current-level = <0 22000>;
|
||||
|
||||
pinctrl-names = "default", "sleep";
|
||||
pinctrl-0 = <&sdc2_on>;
|
||||
|
Reference in New Issue
Block a user