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

Commit 0064da16 authored by Jishnu Prakash's avatar Jishnu Prakash Committed by Gerrit - the friendly Code Review server
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 e98be830
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -385,7 +385,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";

@@ -400,7 +400,7 @@

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

@@ -415,7 +415,7 @@

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

@@ -430,7 +430,7 @@

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