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

Commit 34d72591 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 SKUA"

parents 54552c56 6c8305f2
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>;
};