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

Commit 7a3f8fec 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: add buck current monitor node for PM8916"

parents 9276eaed 7d04aca9
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -608,5 +608,19 @@
					  "hphr_cnp_int",
					  "hphl_cnp_int";
		};

		pm8916_bcm: qpnp-buck-current-monitor@1800 {
			compatible = "qcom,qpnp-buck-current-monitor";
			reg = <0x1800 0x100>;
			interrupts = <1 0x18 0>, <1 0x18 1>;
			interrupt-names = "iwarning", "icritical";
			qcom,enable-current-monitor;
			qcom,icrit-init-threshold-pc = <90>;
			qcom,iwarn-init-threshold-pc = <70>;
			qcom,icrit-polling-delay-msec = <1000>;
			qcom,iwarn-polling-delay-msec = <2000>;

			status = "disabled";
		};
	};
};