ARM: dts: msm: enable the chg-state-change IRQ for SMB138X
The chg-state-change IRQ will be used to notify when the parallel slave charger changes its charge state. Enable it. Change-Id: Ia57db8ec5f2263b62217c235725ee9caa07f86e4 Signed-off-by: Nicholas Troast <ntroast@codeaurora.org>
This commit is contained in:
parent
e9fc341735
commit
c9329b856e
1 changed files with 6 additions and 0 deletions
|
@ -108,6 +108,12 @@
|
||||||
"connector_temp_thr3",
|
"connector_temp_thr3",
|
||||||
"charger_temp_max";
|
"charger_temp_max";
|
||||||
|
|
||||||
|
qcom,chgr@1000 {
|
||||||
|
reg = <0x1000 0x100>;
|
||||||
|
interrupts = <0x10 0x1 IRQ_TYPE_EDGE_RISING>;
|
||||||
|
interrupt-names = "chg-state-change";
|
||||||
|
};
|
||||||
|
|
||||||
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>,
|
||||||
|
|
Loading…
Add table
Reference in a new issue