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:
parent
2e617a431e
commit
2b73bee1c4
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue