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

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

Change-Id: Ifaf2980cfc38083f450fa383d9c91777d2297415
CRs-Fixed: 1019272
Signed-off-by: David Collins <collinsd@codeaurora.org>
This commit is contained in:
David Collins 2016-05-20 16:36:39 -07:00 committed by Kyle Yan
parent 518ffca094
commit 540af9c681

View file

@ -65,6 +65,15 @@
};
};
qcom,temp-alarm@2400 {
compatible = "qcom,qpnp-temp-alarm";
reg = <0x2400 0x100>;
interrupts = <0x0 0x24 0x0 IRQ_TYPE_EDGE_RISING>;
label = "pmcobalt_tz";
qcom,channel-num = <6>;
qcom,temp_alarm-vadc = <&pmcobalt_vadc>;
};
pmcobalt_gpios: gpios {
compatible = "qcom,qpnp-pin";
gpio-controller;