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

Commit 41a1d813 authored by Dipen Parmar's avatar Dipen Parmar
Browse files

ARM: dts: msm: Add XO_THERM VADC channel



Add support for XO_THERM channel for buffered and
non-buffered usecase in VADC.

Change-Id: I59be410270782dfab70ef78a2db5a0bc51da3c4a
Signed-off-by: default avatarDipen Parmar <dipenp@codeaurora.org>
parent bb59a2c0
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -1847,6 +1847,28 @@
		qcom,hw-settle-time = <2>;
		qcom,fast-avg-setup = <0>;
	};

	chan@32 {
		label = "xo_therm";
		reg = <0x32>;
		qcom,decimation = <0>;
		qcom,pre-div-channel-scaling = <0>;
		qcom,calibration-type = "ratiometric";
		qcom,scale-function = <4>;
		qcom,hw-settle-time = <2>;
		qcom,fast-avg-setup = <0>;
	};

	chan@3c {
		label = "xo_therm_buf";
		reg = <0x3c>;
		qcom,decimation = <0>;
		qcom,pre-div-channel-scaling = <0>;
		qcom,calibration-type = "ratiometric";
		qcom,scale-function = <4>;
		qcom,hw-settle-time = <2>;
		qcom,fast-avg-setup = <0>;
	};
};

&pm8916_adc_tm {