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

Commit 07a83ab2 authored by Jishnu Prakash's avatar Jishnu Prakash
Browse files

ARM: dts: msm: Update TSENS user thermal_zones for trinket



Update user thermal_zone entries for trinket to reflect change in
sensor assignment. Remove sensor 5 which is not used.

Change-Id: I185b515d6f49741b027d76a5209b585d153aeb6f
Signed-off-by: default avatarJishnu Prakash <jprakash@codeaurora.org>
parent 9b282daa
Loading
Loading
Loading
Loading
+9 −33
Original line number Diff line number Diff line
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -282,35 +282,11 @@
		};
	};

	cpu-1-3-usr {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-governor = "user_space";
		thermal-sensors = <&tsens0 4>;
		trips {
			active-config0 {
				temperature = <125000>;
				hysteresis = <1000>;
				type = "passive";
			};
			reset-mon-1-cfg {
				temperature = <110000>;
				hysteresis = <5000>;
				type = "passive";
			};
			reset-mon-2-cfg {
				temperature = <115000>;
				hysteresis = <5000>;
				type = "passive";
			};
		};
	};

	video-usr {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-governor = "user_space";
		thermal-sensors = <&tsens0 5>;
		thermal-sensors = <&tsens0 4>;
		trips {
			active-config0 {
				temperature = <125000>;
@@ -330,7 +306,7 @@
		};
	};

	cpu-1-0-usr {
	cpuss-0-usr {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-governor = "user_space";
@@ -354,7 +330,7 @@
		};
	};

	cpu-1-1-usr {
	cpuss-1-usr {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-governor = "user_space";
@@ -378,7 +354,7 @@
		};
	};

	cpu-1-2-usr {
	cpuss-2-usr {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-governor = "user_space";
@@ -402,7 +378,7 @@
		};
	};

	cpu-0-0-usr {
	cpu-1-0-usr {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-governor = "user_space";
@@ -426,7 +402,7 @@
		};
	};

	cpu-0-1-usr {
	cpu-1-1-usr {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-governor = "user_space";
@@ -450,7 +426,7 @@
		};
	};

	cpu-0-2-usr {
	cpu-1-2-usr {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-governor = "user_space";
@@ -474,7 +450,7 @@
		};
	};

	cpu-0-3-usr {
	cpu-1-3-usr {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-governor = "user_space";