arm: dts: imx8mm-venice*: remove thermal zone overrides
authorTim Harvey <tharvey@gateworks.com>
Wed, 18 Aug 2021 22:24:31 +0000 (15:24 -0700)
committerStefano Babic <sbabic@denx.de>
Thu, 7 Oct 2021 14:53:50 +0000 (16:53 +0200)
Remove the unnecessary thermal zone overrides.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
arch/arm/dts/imx8mm-venice-gw7901.dts
arch/arm/dts/imx8mm-venice-gw7902.dts

index 124e1e4..d5cdbb7 100644 (file)
                >;
        };
 };
-
-&cpu_alert0 {
-       temperature = <95000>;
-       hysteresis = <2000>;
-       type = "passive";
-};
-
-&cpu_crit0 {
-       temperature = <105000>;
-       hysteresis = <2000>;
-       type = "critical";
-};
index 2948821..07e436b 100644 (file)
                >;
        };
 };
-
-&cpu_alert0 {
-       temperature = <95000>;
-       hysteresis = <2000>;
-       type = "passive";
-};
-
-&cpu_crit0 {
-       temperature = <105000>;
-       hysteresis = <2000>;
-       type = "critical";
-};