arm64: dts: imx8mm-venice-gw7901: remove unnecessary cpu temp override
authorTim Harvey <tharvey@gateworks.com>
Fri, 29 Apr 2022 16:20:30 +0000 (09:20 -0700)
committerShawn Guo <shawnguo@kernel.org>
Thu, 5 May 2022 07:40:45 +0000 (15:40 +0800)
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>
arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts

index 157ade01626e7f7b7a1c66c0a544b83ce1f58299..24737e89038a48907ca8f5b6ed905cab35915ce0 100644 (file)
                >;
        };
 };
-
-&cpu_alert0 {
-       temperature = <95000>;
-       hysteresis = <2000>;
-       type = "passive";
-};
-
-&cpu_crit0 {
-       temperature = <105000>;
-       hysteresis = <2000>;
-       type = "critical";
-};