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

Commit 18f1b4f6 authored by Siddartha Mohanadoss's avatar Siddartha Mohanadoss
Browse files

ARM: dts: msm: Add VADC channel



Add PMA8084 VADC channel to read the vph power.

Change-Id: I589c66d5ca016957dd6339ff47fd8b6389ed631c
Signed-off-by: default avatarSiddartha Mohanadoss <smohanad@codeaurora.org>
parent f6cbef28
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -3707,6 +3707,17 @@
		qcom,hw-settle-time = <2>;
		qcom,fast-avg-setup = <0>;
	};

	chan@7 {
		label = "vph_pwr";
		reg = <7>;
		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>;
	};
};

&pma8084_adc_tm {