diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-04-28 01:45:03 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-04-28 01:45:02 -0700 |
| commit | afc8bbbe14e404db1d61f01be88c2df2de7bf0c6 (patch) | |
| tree | 6b65f96431d1d3b5c4be472a2621fef74558b791 | |
| parent | 9024ae2828e950be18c34b8e66d7dde70e304a96 (diff) | |
| parent | 6320ff32d43e23f22b54270133ec773c539a26b2 (diff) | |
Merge "ARM: dts: msm: configure PM8998 S5 and S7 for mode pin control on msm8998"
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8998-regulator.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8998-regulator.dtsi b/arch/arm/boot/dts/qcom/msm8998-regulator.dtsi index 045cdda09d18..fc40da4023dc 100644 --- a/arch/arm/boot/dts/qcom/msm8998-regulator.dtsi +++ b/arch/arm/boot/dts/qcom/msm8998-regulator.dtsi @@ -84,6 +84,8 @@ pm8998_s5: regulator-s5 { regulator-min-microvolt = <1904000>; regulator-max-microvolt = <2040000>; + qcom,init-pin-ctrl-mode = <8>; /* PMIC_AWAKE */ + qcom,send-defaults; status = "okay"; }; }; @@ -93,6 +95,8 @@ pm8998_s7: regulator-s7 { regulator-min-microvolt = <900000>; regulator-max-microvolt = <1028000>; + qcom,init-pin-ctrl-mode = <8>; /* PMIC_AWAKE */ + qcom,send-defaults; status = "okay"; }; }; |
