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

Commit 76e4560f authored by Dipen Parmar's avatar Dipen Parmar Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update fast averaging samples for ADC_TM channels



On PM8916 for ADC_TM channels update fast averaging
samples to four to reduce adc conversion time.

Change-Id: Ic03612f65cc2f380b4fb110f739499c3d3cb80d8
Signed-off-by: default avatarDipen Parmar <dipenp@codeaurora.org>
parent 83ec23ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1937,7 +1937,7 @@
		qcom,calibration-type = "ratiometric";
		qcom,scale-function = <1>;
		qcom,hw-settle-time = <0xb>;
		qcom,fast-avg-setup = <3>;
		qcom,fast-avg-setup = <2>;
		qcom,btm-channel-number = <0x48>;
	};

@@ -1949,7 +1949,7 @@
		qcom,calibration-type = "absolute";
		qcom,scale-function = <0>;
		qcom,hw-settle-time = <0xb>;
		qcom,fast-avg-setup = <3>;
		qcom,fast-avg-setup = <2>;
		qcom,btm-channel-number = <0x68>;
	};
};
+2 −2
Original line number Diff line number Diff line
@@ -1786,7 +1786,7 @@
		qcom,calibration-type = "ratiometric";
		qcom,scale-function = <1>;
		qcom,hw-settle-time = <0xb>;
		qcom,fast-avg-setup = <3>;
		qcom,fast-avg-setup = <2>;
		qcom,btm-channel-number = <0x48>;
	};

@@ -1798,7 +1798,7 @@
		qcom,calibration-type = "absolute";
		qcom,scale-function = <0>;
		qcom,hw-settle-time = <0xb>;
		qcom,fast-avg-setup = <3>;
		qcom,fast-avg-setup = <2>;
		qcom,btm-channel-number = <0x68>;
	};
};