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

Commit 3c6e4cd7 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 5fb8ba25 32250bb9
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>;
};