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

Commit a246c654 authored by Jishnu Prakash's avatar Jishnu Prakash
Browse files

ARM: dts: msm: Increase polling delay for ADC thermistors on QM215



Increase polling delay for ADC thermistors to ensure they are
read periodically to implement thermal mitigations.

Change-Id: Ia1a405762b3a5a6d7a172932c4894e42b22e4c75
Signed-off-by: default avatarJishnu Prakash <jprakash@codeaurora.org>
parent 67c0cad6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -389,7 +389,7 @@
	thermal-zones {
		xo-therm-buf-adc {
			polling-delay-passive = <0>;
			polling-delay = <0>;
			polling-delay = <5000>;
			thermal-sensors = <&pm8916_vadc 0x3c>;
			thermal-governor = "user_space";

@@ -404,7 +404,7 @@

		xo-therm-adc {
			polling-delay-passive = <0>;
			polling-delay = <0>;
			polling-delay = <5000>;
			thermal-sensors = <&pm8916_vadc 0x32>;
			thermal-governor = "user_space";

@@ -419,7 +419,7 @@

		pa-therm0-adc {
			polling-delay-passive = <0>;
			polling-delay = <0>;
			polling-delay = <5000>;
			thermal-sensors = <&pm8916_vadc 0x36>;
			thermal-governor = "user_space";

@@ -434,7 +434,7 @@

		skin-therm-adc {
			polling-delay-passive = <0>;
			polling-delay = <0>;
			polling-delay = <5000>;
			thermal-sensors = <&pm8916_vadc 0x11>;
			thermal-governor = "user_space";