Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a412d4b authored by Nicholas Troast's avatar Nicholas Troast
Browse files

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: default avatarNicholas Troast <ntroast@codeaurora.org>
parent 2e8f6559
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";
		};
	};
};