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

Commit 6c8305f2 authored by Chunmei Cai's avatar Chunmei Cai
Browse files

ARM: dts: msm: Enable linear charger and VMBMS for SKUA



Enable linear charger and VMBMS functionality for SKUA.

Change-Id: Ie39c27dcc18ca67821419ccb8eec3f3524762538
Signed-off-by: default avatarChunmei Cai <ccai@codeaurora.org>
parent 3a6f094e
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -55,3 +55,27 @@
		bosch,gpio-int2 = <&msm_gpio 65 0x2002>;
	};
};

&pm8909_chg {
	qcom,vddmax-mv = <4350>;
	qcom,vddsafe-mv = <4380>;
	qcom,vinmin-mv = <4470>;
	qcom,batt-hot-percentage = <35>;
	qcom,batt-cold-percentage = <70>;
	qcom,tchg-mins = <360>;
	status = "okay";
};

/ {
	qrd_batterydata: qcom,battery-data {
		qcom,rpull-up-kohm = <100>;
		qcom,vref-batt-therm = <1800000>;

		#include "batterydata-qrd-skua-4v35-2000mah.dtsi"
	};
};

&pm8909_bms {
	status = "okay";
	qcom,battery-data = <&qrd_batterydata>;
};