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

Commit 0d1a0dcd authored by Ashay Jaiswal's avatar Ashay Jaiswal
Browse files

ARM: dts: msm: enable temperature alarm module on msmtitanium



Enable QPNP temperature alarm peripheral, this peripheral provides
an interrupt signal and status register to identify high PMIC die
temperature.

Change-Id: I712709af525877b7e65202072bf548849dfec684
Signed-off-by: default avatarAshay Jaiswal <ashayj@codeaurora.org>
parent c9469967
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -49,6 +49,16 @@
			};
		};

		pmtitanium_temp_alarm: qcom,temp-alarm@2400 {
			compatible = "qcom,qpnp-temp-alarm";
			reg = <0x2400 0x100>;
			interrupts = <0x0 0x24 0x0>;
			label = "pmtitanium_tz";
			qcom,channel-num = <8>;
			qcom,threshold-set = <0>;
			qcom,temp_alarm-vadc = <&pmtitanium_vadc>;
		};

		pmtitanium_coincell: qcom,coincell@2800 {
			compatible = "qcom,qpnp-coincell";
			reg = <0x2800 0x100>;