ARM: dts: msm: add parallel charger io channels for MSMCOBALT
Add temperature io channels to enable temperature monitoring of the parallel charger. Change-Id: I6ebea0fb935dc8fb0fdce11e9c9a19213da2685c Signed-off-by: Nicholas Troast <ntroast@codeaurora.org>
This commit is contained in:
parent
2e8f65595a
commit
3a412d4b6b
1 changed files with 5 additions and 0 deletions
|
@ -285,6 +285,11 @@
|
|||
compatible = "qcom,smb138x-parallel-slave";
|
||||
qcom,pmic-revid = <&smb138x_revid>;
|
||||
reg = <0x1000 0x700>;
|
||||
|
||||
io-channels = <&smb138x_tadc 2>,
|
||||
<&smb138x_tadc 12>;
|
||||
io-channel-names = "charger_temp",
|
||||
"charger_temp_max";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue