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

Commit 123b19fe 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: add battery-data info for charger and FG on MSM8937 MTP"

parents e9627934 caae3eb1
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -13,3 +13,18 @@

#include "msm-pmi8937.dtsi"
#include "msm8937-mtp.dtsi"

/{
	mtp_batterydata: qcom,battery-data {
		qcom,batt-id-range-pct = <15>;
		#include "batterydata-itech-3000mah.dtsi"
	};
};

&pmi8937_fg {
	qcom,battery-data = <&mtp_batterydata>;
};

&pmi8937_charger {
	qcom,battery-data = <&mtp_batterydata>;
};
+15 −0
Original line number Diff line number Diff line
@@ -13,3 +13,18 @@

#include "msm-pmi8950.dtsi"
#include "msm8937-mtp.dtsi"

/{
	mtp_batterydata: qcom,battery-data {
		qcom,batt-id-range-pct = <15>;
		#include "batterydata-itech-3000mah.dtsi"
	};
};

&pmi8950_fg {
	qcom,battery-data = <&mtp_batterydata>;
};

&pmi8950_charger {
	qcom,battery-data = <&mtp_batterydata>;
};