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

Commit d84fa439 authored by Dipen Parmar's avatar Dipen Parmar
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 132f486e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1938,7 +1938,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>;
	};

@@ -1950,7 +1950,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
@@ -1787,7 +1787,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>;
	};

@@ -1799,7 +1799,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>;
	};
};