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

Commit f730b8f7 authored by Zhenhua Huang's avatar Zhenhua Huang
Browse files

ARM: dts: msm: Attach battery file with VMBMS driver for MSM8939 SKUL



Add the battery profile for MSM8939 SKUL. It is for
VMBMS enabling.

Change-Id: I1c34149e972e6796e2871cc9ead79520c7fad3f9
Signed-off-by: default avatarZhenhua Huang <zhenhuah@codeaurora.org>
parent 9eb6cb36
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
/* Copyright (c) 2014, The Linux Foundation. All rights reserved.
/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -50,8 +50,19 @@
	qcom,use-external-charger;
};

/ {
	qrd_batterydata: qcom,battery-data {
		qcom,rpull-up-kohm = <100>;
		qcom,vref-batt-therm = <1800000>;

		#include "batterydata-qrd-skul-4v4-2920mah.dtsi"
	};
};

&pm8916_bms {
	status = "ok";
	qcom,resume-soc = <99>;
	qcom,battery-data = <&qrd_batterydata>;
};

&usb_otg {