Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8d6b882 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: switch to SPM control of PM8916 S2 regulator"

parents 04b662f9 1a6904c3
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -10,16 +10,15 @@
 * GNU General Public License for more details.
 */

/* QPNP controlled regulators */
/* SPM controlled regulators */
&spmi_bus {
	qcom,pm8916@1 {
		pm8916_s2: regulator@1700 {
			status = "okay";
			qcom,enable-time = <500>;
			regulator-min-microvolt = <900000>;
		pm8916_s2: spm-regulator@1700 {
			compatible = "qcom,spm-regulator";
			regulator-name = "8916_s2";
			reg = <0x1700 0x100>;
			regulator-min-microvolt = <1050000>;
			regulator-max-microvolt = <1350000>;
			qcom,system-load = <100000>;
			regulator-always-on;
		};
	};
};