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

Commit a08747bd 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 profile for QVR845 device"

parents f2552472 7ba65908
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -14,11 +14,19 @@
#include "sdm845-pinctrl-overlay.dtsi"
#include "smb1355.dtsi"

&vendor {
	qvr_batterydata: qcom,battery-data {
		qcom,batt-id-range-pct = <15>;
		#include "fg-gen3-batterydata-mlp446579-3800mah.dtsi"
	};
};

&pmi8998_pdphy {
	vbus-supply = <&smb2_vbus>;
};

&pmi8998_fg {
	qcom,battery-data = <&qvr_batterydata>;
	qcom,fg-bmd-en-delay-ms = <300>;
};