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

Commit b11b172b authored by Anirudh Ghayal's avatar Anirudh Ghayal
Browse files

ARM: msm: dts: Fix the DT node for recharge threshold on SMB135x



'mV' to 'mv' for recharge threshold.

Increase the recharge threshold to 200mV. This is a workaround
to avoid the continous taper-recharge-termination interrupts
at end-of-charge with a SDP.

Change-Id: Ia3546befed8abe93007a811cf3c89270567d5b35
Signed-off-by: default avatarAnirudh Ghayal <aghayal@codeaurora.org>
parent 8430a84d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -341,7 +341,7 @@
		interrupts = <0x0 0xcc 0x0>;	/* PMA8084 GPIO 13 */
		qcom,float-voltage-mv = <4200>;
		qcom,charging-timeout = <1536>;
		qcom,recharge-thresh-mV = <100>;
		qcom,recharge-thresh-mv = <200>;
		regulator-name = "smb1359_otg_supply";
	};
};
+1 −1
Original line number Diff line number Diff line
@@ -277,7 +277,7 @@
		interrupts = <0x0 0xcc 0x0>;	/* PMA8084 GPIO 13 */
		qcom,float-voltage-mv = <4200>;
		qcom,charging-timeout = <1536>;
		qcom,recharge-thresh-mV = <100>;
		qcom,recharge-thresh-mv = <200>;
		regulator-name = "smb1359_otg_supply";
	};
};