Loading qcom/lito-regulators.dtsi +15 −10 Original line number Diff line number Diff line Loading @@ -32,16 +32,21 @@ }; }; /* * RPMh does not provide support for PM8150 S4 because it is always-on * at 1.8 V in auto mode. Therefore, use a stub regulator for S4. */ rpmh-regulator-smpa4 { compatible = "qcom,rpmh-vrm-regulator"; qcom,resource-name = "smpa4"; qcom,regulator-type = "pmic5-hfsmps"; qcom,supported-modes = <RPMH_REGULATOR_MODE_RET RPMH_REGULATOR_MODE_AUTO>; qcom,mode-threshold-currents = <0 1>; S4A: pm8150_s4: regulator-pm8150-s4 { compatible = "qcom,stub-regulator"; regulator-name = "pm8150_s4"; qcom,hpm-min-load = <100000>; qcom,set = <RPMH_REGULATOR_SET_ALL>; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; qcom,init-voltage = <1800000>; }; }; rpmh-regulator-smpa5 { Loading Loading
qcom/lito-regulators.dtsi +15 −10 Original line number Diff line number Diff line Loading @@ -32,16 +32,21 @@ }; }; /* * RPMh does not provide support for PM8150 S4 because it is always-on * at 1.8 V in auto mode. Therefore, use a stub regulator for S4. */ rpmh-regulator-smpa4 { compatible = "qcom,rpmh-vrm-regulator"; qcom,resource-name = "smpa4"; qcom,regulator-type = "pmic5-hfsmps"; qcom,supported-modes = <RPMH_REGULATOR_MODE_RET RPMH_REGULATOR_MODE_AUTO>; qcom,mode-threshold-currents = <0 1>; S4A: pm8150_s4: regulator-pm8150-s4 { compatible = "qcom,stub-regulator"; regulator-name = "pm8150_s4"; qcom,hpm-min-load = <100000>; qcom,set = <RPMH_REGULATOR_SET_ALL>; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; qcom,init-voltage = <1800000>; }; }; rpmh-regulator-smpa5 { Loading