Merge "ARM: dts: msm: configure PM8998 S5 and S7 for mode pin control on msm8998"

This commit is contained in:
Linux Build Service Account 2017-04-28 01:45:03 -07:00 committed by Gerrit - the friendly Code Review server
commit afc8bbbe14

View file

@ -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";
};
};