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

Commit d9f095a3 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add s3-die-temp thermal zone for scuba"

parents daad87d0 c0449492
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -402,6 +402,21 @@
		};
	};

	s3-die-temp-usr {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-governor = "user_space";
		thermal-sensors = <&pm2250_adc_tm_iio ADC_SBUx>;
		wake-capable-sensor;
		trips {
			active-config0 {
				temperature = <125000>;
				hysteresis = <1000>;
				type = "passive";
			};
		};
	};

	gpu-step {
		polling-delay-passive = <10>;
		polling-delay = <0>;
+6 −1
Original line number Diff line number Diff line
@@ -2543,7 +2543,8 @@
					<&pm2250_vadc ADC_AMUX_THM2_PU2>,
					<&pm2250_vadc ADC_AMUX_THM3_PU2>,
					<&pm2250_vadc ADC_GPIO3_PU2>,
					<&pm2250_vadc ADC_GPIO4_PU2>;
					<&pm2250_vadc ADC_GPIO4_PU2>,
					<&pm2250_vadc ADC_SBUx>;

			xo_therm {
				reg = <ADC_XO_THERM_PU2>;
@@ -2580,6 +2581,10 @@
				qcom,ratiometric;
				qcom,hw-settle-time = <200>;
			};

			s3_die_temp {
				reg = <ADC_SBUx>;
			};
		};
	};
};