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

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

ARM: dts: msm: Add QRD-specific entry for bat_therm for PMI632 on SDM439



Add device tree entry for bat_therm channel for PMI632 on SDM439 with
QRD-specific scaling function.

Change-Id: I1a5a51b819e81d542d2ca98be47912f6030ecbbe
Signed-off-by: default avatarJishnu Prakash <jprakash@codeaurora.org>
parent ddbece73
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -22,3 +22,10 @@
	qcom,board-id = <0xb 2>;
	qcom,pmic-id = <0x010016 0x25 0x0 0x0>;
};

&pmi632_vadc {
	chan@4a {
		qcom,scale-function = <22>;
	};
};
+7 −0
Original line number Diff line number Diff line
@@ -22,3 +22,10 @@
	qcom,board-id = <0xb 0>;
	qcom,pmic-id = <0x010016 0x25 0x0 0x0>;
};

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