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

Commit 0494138d authored by Dipen Parmar's avatar Dipen Parmar
Browse files

ARM: dts: msm: Fix the prescaling ratio of vchg_sns



Fix the prescaling ratio of vchg_sns VADC channel
to support divide by eight for correct VADC readings.

CRs-Fixed: 598826
Change-Id: I9f9648a8ef451d982a325e4a3845cc10a3269dad
Signed-off-by: default avatarDipen Parmar <dipenp@codeaurora.org>
parent 83eadf52
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2014, 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
@@ -1134,7 +1134,7 @@
		label = "vchg_sns";
		reg = <2>;
		qcom,decimation = <0>;
		qcom,pre-div-channel-scaling = <2>;
		qcom,pre-div-channel-scaling = <5>;
		qcom,calibration-type = "absolute";
		qcom,scale-function = <0>;
		qcom,hw-settle-time = <0>;