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

Commit 368422bd authored by Rama Krishna Phani A's avatar Rama Krishna Phani A
Browse files

ARM: dts: msm: Add VADC channels for MDM9607



Clients will be querying ADC channels for the voltage.
Add vbat_sns,vph_pwr channels to MDM9607.

Change-Id: I698c20399c7e625e1390fd234490aaf314313f3c
Signed-off-by: default avatarRama Krishna Phani A <rphani@codeaurora.org>
parent bd4743e8
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -1354,6 +1354,28 @@
};

&pm8019_vadc {
	chan@6 {
		label = "vbat_sns";
		reg = <6>;
		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>;
	};

	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>;
	};

	chan@31 {
		label = "batt_id_therm";
		reg = <0x31>;