ARM: dts: msm: enable temperature change IRQ for SMB138X
The temperature change IRQ is used to update the parallel power supply when the temperature of the connector changes. Enable it. Change-Id: I26582ffc2c98183c75f5c302386416e840bd6ed0 Signed-off-by: Nicholas Troast <ntroast@codeaurora.org>
This commit is contained in:
parent
271a607ef0
commit
8b06c790dd
1 changed files with 4 additions and 2 deletions
|
@ -110,8 +110,10 @@
|
||||||
|
|
||||||
qcom,chgr-misc@1600 {
|
qcom,chgr-misc@1600 {
|
||||||
reg = <0x1600 0x100>;
|
reg = <0x1600 0x100>;
|
||||||
interrupts = <0x16 0x1 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <0x16 0x1 IRQ_TYPE_EDGE_RISING>,
|
||||||
interrupt-names = "wdog-bark";
|
<0x16 0x6 IRQ_TYPE_EDGE_RISING>;
|
||||||
|
interrupt-names = "wdog-bark",
|
||||||
|
"temperature-change";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue