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

Commit 72a6d8bf 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 charger/fg device for SDM670"

parents 07bd67f8 1b083211
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -94,3 +94,7 @@

	status = "ok";
};

&pm660_charger {
	qcom,batteryless-platform;
};
+13 −0
Original line number Diff line number Diff line
@@ -94,3 +94,16 @@

	status = "ok";
};

&vendor {
	mtp_batterydata: qcom,battery-data {
		qcom,batt-id-range-pct = <15>;
		#include "fg-gen3-batterydata-itech-3000mah.dtsi"
		#include "fg-gen3-batterydata-ascent-3450mah.dtsi"
		#include "fg-gen3-batterydata-demo-6000mah.dtsi"
	};
};

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