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

Commit 196d3854 authored by Ashish Chavan's avatar Ashish Chavan Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add FCC stepper parameters for atoll IDP/QRD



Configure FCC stepper rate to 100mA/100msec and SMB1390 min
ILIM to 750mA.
While at it, configure SMB therm internal pull-up to NO-PULL.

Change-Id: Ibfa392dbc20d9916c1dfae47e54e7f07ffa94664
Signed-off-by: default avatarAshish Chavan <ashichav@codeaurora.org>
parent 2272c5b6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -179,8 +179,11 @@
	dpdm-supply = <&qusb_phy0>;
	qcom,charger-temp-max = <800>;
	qcom,smb-temp-max = <800>;
	qcom,fcc-step-delay-ms = <100>;
	qcom,fcc-step-size-ua = <100000>;
	qcom,disable-sw-thermal-regulation;
	qcom,disable-fcc-restriction;
	qcom,smb-internal-pull-kohm = <0>;
};

&pm6150l_gpios {
+4 −0
Original line number Diff line number Diff line
@@ -127,8 +127,11 @@
	dpdm-supply = <&qusb_phy0>;
	qcom,charger-temp-max = <800>;
	qcom,smb-temp-max = <800>;
	qcom,fcc-step-delay-ms = <100>;
	qcom,fcc-step-size-ua = <100000>;
	qcom,disable-sw-thermal-regulation;
	qcom,disable-fcc-restriction;
	qcom,smb-internal-pull-kohm = <0>;
};

&usb0 {
@@ -215,6 +218,7 @@
	io-channel-names = "cp_die_temp";
	qcom,parallel-input-mode = <1>; /* USBIN */
	qcom,parallel-output-mode = <2>; /* VBAT */
	qcom,min-ilim-ua = <750000>;
	status = "ok";
};