Merge "ARM: dts: msm: add parallel charger io channels for MSMCOBALT"

This commit is contained in:
Linux Build Service Account 2016-09-11 23:19:24 -07:00 committed by Gerrit - the friendly Code Review server
commit 34f5a9df8f

View file

@ -285,6 +285,11 @@
compatible = "qcom,smb138x-parallel-slave"; compatible = "qcom,smb138x-parallel-slave";
qcom,pmic-revid = <&smb138x_revid>; qcom,pmic-revid = <&smb138x_revid>;
reg = <0x1000 0x700>; reg = <0x1000 0x700>;
io-channels = <&smb138x_tadc 2>,
<&smb138x_tadc 12>;
io-channel-names = "charger_temp",
"charger_temp_max";
}; };
}; };
}; };