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

Commit 6a3839d7 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 pmthorium



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

Change-Id: I516494a556cbe73d1f31f9fc8eb18e59ed6cd44f
Signed-off-by: default avatarRama Krishna Phani A <rphani@codeaurora.org>
parent e28dc651
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -354,6 +354,18 @@
				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>;
			};
		};

	};