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

Commit 73ab722d authored by cyizhao's avatar cyizhao
Browse files

ARM: dts: msm: Add battery profile for FG in QRD interposer msmcobalt



Add battery profile for QRD interposer msmcobalt to
make sure FG could load it and work as expected.

CRs-Fixed: 1086571
Change-Id: I6ca20cbd29b9a7bd45a78321ea0f65b74450e8c1
Signed-off-by: default avatarcyizhao <cyizhao@codeaurora.org>
parent 7a99b2fb
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -91,3 +91,15 @@

	status = "ok";
};

/{
	qrd_batterydata: qcom,battery-data {
		qcom,batt-id-range-pct = <15>;

		#include "batterydata-qrd-skuk-4v4-3000mah.dtsi"
	};
};

&pmicobalt_fg {
	qcom,battery-data = <&qrd_batterydata>;
};