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

Commit 2fe781d7 authored by Anirudh Ghayal's avatar Anirudh Ghayal
Browse files

ARM: dts: msm: Disable VMBMS for 8939 CDP



The BMS hardware module initiates 100ms ADC reads for SOC
measurement. This is not required for the CDP platform
as it does not support a battery.

Change-Id: I55432643e49724d695543712fbab3211849dcc34
Signed-off-by: default avatarAnirudh Ghayal <aghayal@codeaurora.org>
parent 18855ea0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -286,6 +286,11 @@
	qcom,disable-follow-on-reset;
};

&pm8916_bms {
	status = "ok";
	qcom,disable-bms;
};

&qcom_tzlog {
	status = "okay";
};