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

Commit 32250bb9 authored by Chunmei Cai's avatar Chunmei Cai
Browse files

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



Enable linear charger and VMBMS functionalities with
battery and charging information for msm8909 SKUC.

Change-Id: I0f5f216bf495631028cef1807190944e3bb76b86
Signed-off-by: default avatarChunmei Cai <ccai@codeaurora.org>
parent de724756
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -80,3 +80,24 @@

	cd-gpios = <&msm_gpio 38 0x0>;
};

&pm8909_chg {
	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 = <0>;
		qcom,vref-batt-therm = <1800000>;

		#include "batterydata-qrd-skuc-4v2-2000mah.dtsi"
	};
};

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