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: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Tim Harvey 2022-04-29 09:20:30 -07:00 committed by Shawn Guo
parent dd6fa86043
commit 22463f7cd0

View File

@ -1091,15 +1091,3 @@
>;
};
};
&cpu_alert0 {
temperature = <95000>;
hysteresis = <2000>;
type = "passive";
};
&cpu_crit0 {
temperature = <105000>;
hysteresis = <2000>;
type = "critical";
};