ARM: dts: msm: add TEMP_ALARM device for PMIC PM8005

Add a temperature alarm device for the PM8005 PMIC in order to
monitor the PMIC die temperature.

Change-Id: If0a02f211243a6c8f9c771f20590c0251726425b
CRs-Fixed: 1019272
Signed-off-by: David Collins <collinsd@codeaurora.org>
This commit is contained in:
David Collins 2016-05-20 16:44:21 -07:00 committed by Kyle Yan
parent 2e617a431e
commit 2b73bee1c4

View file

@ -25,6 +25,13 @@
reg = <0x100 0x100>;
};
qcom,temp-alarm@2400 {
compatible = "qcom,qpnp-temp-alarm";
reg = <0x2400 0x100>;
interrupts = <0x4 0x24 0x0 IRQ_TYPE_EDGE_RISING>;
label = "pm8005_tz";
};
pm8005_gpios: gpios {
compatible = "qcom,qpnp-pin";
gpio-controller;