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

Commit 835bbf01 authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Disable BCL for all msm8996 auto targets



The auto target doesn't require battery current limit (BCL) solution.
Disable BCL devicetree node for all msm8996 auto targets.

Change-Id: I70f249de2d7d1304287a9f71a7d48f1b90fabee7
Signed-off-by: default avatarManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
parent 354770e7
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
/* Copyright (c) 2016 - 2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2016 - 2018, 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
@@ -202,5 +202,9 @@
		qcom,ipa-loaduC;
		qcom,ipa-advertise-sg-support;
	};

	qcom,bcl {
		status = "disabled";
	};
};