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

Commit 26a8bc4f authored by Jishnu Prakash's avatar Jishnu Prakash Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add DT entry for bat_therm on QRD for PMI632



Add DT entry for bat_therm channel for PMI632 with QRD-specific
scaling function.

Change-Id: Id305cf7482d39cff2dc62b42addb9b624eae9fce
Signed-off-by: default avatarJishnu Prakash <jprakash@codeaurora.org>
parent 20343d44
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -24,3 +24,8 @@
	qcom,pmic-id = <0x010016 0x25 0x0 0x0>;
};

&pmi632_vadc {
	chan@4a {
		qcom,scale-function = <22>;
	};
};
+5 −0
Original line number Diff line number Diff line
@@ -24,3 +24,8 @@
	qcom,pmic-id = <0x010016 0x25 0xC 0x0>;
};

&pmi632_vadc {
	chan@4a {
		qcom,scale-function = <22>;
	};
};