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

Commit 5956c182 authored by Harry Yang's avatar Harry Yang
Browse files

ARM: dts: msm: Disable Charge Pump for Kona MTP and QRD

Kona MTP and QRD are configured with dual SMB1390s either MID-VBAT
or USB-VBAT, but unable to function normally due to absence of dual
Charge Pump drivers.

Disable the SMB1390 driver until its dual version is ready.

Change-Id: I13c4fec7bec02a3eed5752e5bac8c57943b43e24
parent ba3f0df0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -262,7 +262,7 @@

&pm8150b_charger {
	status = "ok";
	qcom,sec-charger-config = <1>;
	qcom,sec-charger-config = <0>;
	qcom,auto-recharge-soc = <98>;
	io-channels = <&pm8150b_vadc ADC_MID_CHG_DIV6>,
		      <&pm8150b_vadc ADC_USB_IN_I>,
@@ -313,7 +313,6 @@
&smb1390_charger {
	io-channels = <&pm8150b_vadc ADC_AMUX_THM2>;
	io-channel-names = "cp_die_temp";
	status = "ok";
};

&pm8150_vadc {
+1 −2
Original line number Diff line number Diff line
@@ -334,12 +334,11 @@
&smb1390_charger {
	io-channels = <&pm8150b_vadc ADC_AMUX_THM2>;
	io-channel-names = "cp_die_temp";
	status = "ok";
};

&pm8150b_charger {
	status = "ok";
	qcom,sec-charger-config = <1>;
	qcom,sec-charger-config = <0>;
	qcom,auto-recharge-soc = <98>;
	io-channels = <&pm8150b_vadc ADC_MID_CHG_DIV6>,
		      <&pm8150b_vadc ADC_USB_IN_I>,