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

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

ARM: dts: msm: Add default trips for ADC thermal zones on trinket



Add default trips for thermal zones of emmc_ufs_therm
and camera_flash_therm to ensure they can be configured
for thermal mitigations.

Change-Id: Iaaf613a351a89a156caf87957e47dfec7fec87e9
Signed-off-by: default avatarJishnu Prakash <jprakash@codeaurora.org>
parent 5598d766
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -182,6 +182,13 @@
		polling-delay = <5000>;
		thermal-governor = "user_space";
		thermal-sensors = <&pm6125_adc_tm_iio ADC_GPIO1_PU2>;
		trips {
			active-config0 {
				temperature = <125000>;
				hysteresis = <1000>;
				type = "passive";
			};
		};
	};

	emmc-ufs-therm-adc {
@@ -189,6 +196,13 @@
		polling-delay = <5000>;
		thermal-governor = "user_space";
		thermal-sensors = <&pm6125_adc_tm_iio ADC_GPIO3_PU2>;
		trips {
			active-config0 {
				temperature = <125000>;
				hysteresis = <1000>;
				type = "passive";
			};
		};
	};

	aoss0-usr {