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

Commit d40ff0e0 authored by Rama Krishna Phani A's avatar Rama Krishna Phani A Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add VADC_TM channel for pmtitanium



Add vph_pwr channel to VADC_TM. Clients can set thresholds and
can receive notifications by continuously monitoring voltage on
this channel.

Change-Id: Ib7b0d4172ac19260932e7eb397dd30dfb4c5a81a
Signed-off-by: default avatarRama Krishna Phani A <rphani@codeaurora.org>
parent e22b8d1c
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1013,4 +1013,16 @@
		qcom,btm-channel-number = <0x48>;
		qcom,thermal-node;
	};

	chan@7 {
		label = "vph_pwr";
		reg = <0x7>;
		qcom,decimation = <0>;
		qcom,pre-div-channel-scaling = <1>;
		qcom,calibration-type = "absolute";
		qcom,scale-function = <0>;
		qcom,hw-settle-time = <0>;
		qcom,fast-avg-setup = <0>;
		qcom,btm-channel-number = <0x68>;
	};
};