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

Commit 9a39434a authored by cyizhao's avatar cyizhao Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add battery profile for FG in QRD SKUK and vr1



Add battery profile for these two devices to make sure FG could load it
and work as expected.

CRs-Fixed: 1086571
Change-Id: Id89f54f58bb2d5f7294c0244ab0ba39e90b5ecac
Signed-off-by: default avatarcyizhao <cyizhao@codeaurora.org>
parent 7035df40
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -194,3 +194,15 @@
	qcom,mdss-dsi-bl-max-level = <4095>;
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
};

/{
	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>;
};
+12 −0
Original line number Diff line number Diff line
@@ -128,3 +128,15 @@
		qcom,wsa-aux-dev-prefix = "SpkrLeft", "SpkrLeft";
	};
};

/{
	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>;
};