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

Commit 0cade139 authored by Harry Yang's avatar Harry Yang
Browse files

ARM: dts: msm: configure secondary chargers on MTP and QRD



Configure both SMB1390 and SMB1355 as secondary chargers on SM8150 MTP.

Disable SMB1355 on QRD as it is not present and keep SMB1390 as the only
secondary charger.

Change-Id: I7fce8cb4d8e01f3f04ae29531f26e5f6a5721d1c
Signed-off-by: default avatarHarry Yang <harryy@codeaurora.org>
parent a1701005
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -558,7 +558,7 @@
};

&pm8150b_charger {
	qcom,sec-charger-config = <1>;
	qcom,sec-charger-config = <3>;
	qcom,auto-recharge-soc = <98>;
	io-channels = <&pm8150b_vadc ADC_USB_IN_V_16>,
		      <&pm8150b_vadc ADC_USB_IN_I>,
+0 −10
Original line number Diff line number Diff line
@@ -512,13 +512,3 @@
		<0x49 0x70
		 0x28 0x74>;
};

&smb1355 {
	status = "ok";
};

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