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:
Nicholas Troast 2016-10-05 13:34:03 -07:00 committed by Abhijeet Dharmapurikar
parent 7f87a85c97
commit 69ea8b0c64

View file

@ -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";
};
};
};