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

Commit b210859e authored by Harry Yang's avatar Harry Yang
Browse files

ARM: dts: msm: specify VADC die temperature channel for smb1355



In SM8150 platforms with SMB1355 configuration, VADC channel
ADC_AMUX_THM2 is used for SMB1355 die temperature.

Expose it in the name of charger_temp.

Change-Id: I32522fcfeed096e09e0cf6ce8cb041d7a8f49737
Signed-off-by: default avatarHarry Yang <harryy@codeaurora.org>
parent 117b43f3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -590,5 +590,7 @@
};

&smb1355_charger {
	io-channels = <&pm8150b_vadc ADC_AMUX_THM2>;
	io-channel-names = "charger_temp";
	status = "ok";
};
+2 −0
Original line number Diff line number Diff line
@@ -518,5 +518,7 @@
};

&smb1355_charger {
	io-channels = <&pm8150b_vadc ADC_AMUX_THM2>;
	io-channel-names = "charger_temp";
	status = "ok";
};