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

Commit 1a6c1ab1 authored by Dipen Parmar's avatar Dipen Parmar
Browse files

ARM: dts: msm: Add XO_THERM VADC channel for MSM8939



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

Change-Id: I55b9f84a26366cdd298404735abf656f6ce11a75
Signed-off-by: default avatarDipen Parmar <dipenp@codeaurora.org>
parent 655c3734
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -1618,6 +1618,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 {