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

Commit 7ae4377b authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

ARM: dts: msm: update the thermal adc scale function for SKUT1



Update the thermal adc scale function to the new battery thermistor
mapping table for the SKUT1 board.

Change-Id: I0f72e0799978d2cac30c85e0ce74636ba3b8f993
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent 81525fe3
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -187,3 +187,15 @@
	pinctrl-0 = <&usbid_default>;
	vbus_otg-supply = <&smb1358_otg_vreg>;
};

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

&pm8916_adc_tm {
	chan@30 {
		qcom,scale-function = <7>;
	};
};