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

Commit fb0256e4 authored by Chunmei Cai's avatar Chunmei Cai
Browse files

ARM: dts: msm: update vadc scale function for msm8909 SKUC



Update vadc scale function according to new battery thermistor
mapping table for msm8909 SKUC.

Change-Id: I1de0c18e61601e8fadd44968c88291e593f73a91
Signed-off-by: default avatarChunmei Cai <ccai@codeaurora.org>
parent 60683268
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -303,3 +303,9 @@

	qcom,platform-reset-gpio = <&msm_gpio 25 0>;
};

&pm8909_vadc {
	chan@30 {
		qcom,scale-function = <12>;
	};
};