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

Commit 5b7681a6 authored by Siddartha Mohanadoss's avatar Siddartha Mohanadoss Committed by Kyle Yan
Browse files

ARM: dts: msm: Update VADC channels decimation on msmcobalt



Update using the default value of 1024 for decimation ratio
on VADC channels for msmcobalt. A smaller value may reduce
the time it takes for measurement but may include noise.

Change-Id: Id8952c4565dd95b154165c9f8e307e74bdbd443e
Signed-off-by: default avatarSiddartha Mohanadoss <smohanad@codeaurora.org>
parent 82d3e9f6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -273,7 +273,7 @@
			chan@6 {
				label = "die_temp";
				reg = <6>;
				qcom,decimation = <0>;
				qcom,decimation = <2>;
				qcom,pre-div-channel-scaling = <0>;
				qcom,calibration-type = "absolute";
				qcom,scale-function = <3>;
@@ -285,7 +285,7 @@
			chan@0 {
				label = "ref_gnd";
				reg = <0>;
				qcom,decimation = <0>;
				qcom,decimation = <2>;
				qcom,pre-div-channel-scaling = <0>;
				qcom,calibration-type = "absolute";
				qcom,scale-function = <0>;
@@ -297,7 +297,7 @@
			chan@1 {
				label = "ref_1250v";
				reg = <1>;
				qcom,decimation = <0>;
				qcom,decimation = <2>;
				qcom,pre-div-channel-scaling = <0>;
				qcom,calibration-type = "absolute";
				qcom,scale-function = <0>;
+5 −5
Original line number Diff line number Diff line
@@ -311,7 +311,7 @@
	chan@83 {
		label = "vph_pwr";
		reg = <0x83>;
		qcom,decimation = <0>;
		qcom,decimation = <2>;
		qcom,pre-div-channel-scaling = <1>;
		qcom,calibration-type = "absolute";
		qcom,scale-function = <0>;
@@ -322,7 +322,7 @@
	chan@85 {
		label = "vcoin";
		reg = <0x85>;
		qcom,decimation = <0>;
		qcom,decimation = <2>;
		qcom,pre-div-channel-scaling = <1>;
		qcom,calibration-type = "absolute";
		qcom,scale-function = <0>;
@@ -333,7 +333,7 @@
	chan@4c {
		label = "xo_therm";
		reg = <0x4c>;
		qcom,decimation = <0>;
		qcom,decimation = <2>;
		qcom,pre-div-channel-scaling = <0>;
		qcom,calibration-type = "ratiometric";
		qcom,scale-function = <4>;
@@ -344,7 +344,7 @@
	chan@4d {
		label = "msm_therm";
		reg = <0x4d>;
		qcom,decimation = <0>;
		qcom,decimation = <2>;
		qcom,pre-div-channel-scaling = <0>;
		qcom,calibration-type = "ratiometric";
		qcom,scale-function = <2>;
@@ -355,7 +355,7 @@
	chan@51 {
		label = "quiet_therm";
		reg = <0x51>;
		qcom,decimation = <0>;
		qcom,decimation = <2>;
		qcom,pre-div-channel-scaling = <0>;
		qcom,calibration-type = "ratiometric";
		qcom,scale-function = <2>;
+5 −5
Original line number Diff line number Diff line
@@ -329,7 +329,7 @@
	chan@83 {
		label = "vph_pwr";
		reg = <0x83>;
		qcom,decimation = <0>;
		qcom,decimation = <2>;
		qcom,pre-div-channel-scaling = <1>;
		qcom,calibration-type = "absolute";
		qcom,scale-function = <0>;
@@ -340,7 +340,7 @@
	chan@85 {
		label = "vcoin";
		reg = <0x85>;
		qcom,decimation = <0>;
		qcom,decimation = <2>;
		qcom,pre-div-channel-scaling = <1>;
		qcom,calibration-type = "absolute";
		qcom,scale-function = <0>;
@@ -351,7 +351,7 @@
	chan@4c {
		label = "xo_therm";
		reg = <0x4c>;
		qcom,decimation = <0>;
		qcom,decimation = <2>;
		qcom,pre-div-channel-scaling = <0>;
		qcom,calibration-type = "ratiometric";
		qcom,scale-function = <4>;
@@ -362,7 +362,7 @@
	chan@4d {
		label = "msm_therm";
		reg = <0x4d>;
		qcom,decimation = <0>;
		qcom,decimation = <2>;
		qcom,pre-div-channel-scaling = <0>;
		qcom,calibration-type = "ratiometric";
		qcom,scale-function = <2>;
@@ -373,7 +373,7 @@
	chan@51 {
		label = "quiet_therm";
		reg = <0x51>;
		qcom,decimation = <0>;
		qcom,decimation = <2>;
		qcom,pre-div-channel-scaling = <0>;
		qcom,calibration-type = "ratiometric";
		qcom,scale-function = <2>;