Commit 22463f7c authored by Tim Harvey's avatar Tim Harvey Committed by Shawn Guo
Browse files

arm64: dts: imx8mm-venice-gw7901: remove unnecessary cpu temp override



Remove the unnecessary cpu_alert0 and cpu_crit0 TMU node overrides as
these are added dynamically by boot firmware based on CPU temperature
grade.

Signed-off-by: default avatarTim Harvey <tharvey@gateworks.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent dd6fa860
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -1091,15 +1091,3 @@
		>;
	};
};

&cpu_alert0 {
	temperature = <95000>;
	hysteresis = <2000>;
	type = "passive";
};

&cpu_crit0 {
	temperature = <105000>;
	hysteresis = <2000>;
	type = "critical";
};