ARM: dts: msm: enable parallel battery current IIO for msmcobalt
The SMB138X TADC can provide the parallel charger with the measured battery current. Enable it. Change-Id: I32e5e5ed4ab3f09635f4fe512a1e9b75436ab88e Signed-off-by: Nicholas Troast <ntroast@codeaurora.org>
This commit is contained in:
parent
7f87a85c97
commit
69ea8b0c64
1 changed files with 4 additions and 2 deletions
|
@ -289,9 +289,11 @@
|
|||
reg = <0x1000 0x700>;
|
||||
|
||||
io-channels = <&smb138x_tadc 2>,
|
||||
<&smb138x_tadc 12>;
|
||||
<&smb138x_tadc 12>,
|
||||
<&smb138x_tadc 3>;
|
||||
io-channel-names = "charger_temp",
|
||||
"charger_temp_max";
|
||||
"charger_temp_max",
|
||||
"batt_i";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue