]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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 124e1e4e704dbd544679253641d418fa47d4572a..d5cdbb7f9946acd4eef542c1584adf6c803ab64d 100644 (file)
                >;
        };
 };
-
-&cpu_alert0 {
-       temperature = <95000>;
-       hysteresis = <2000>;
-       type = "passive";
-};
-
-&cpu_crit0 {
-       temperature = <105000>;
-       hysteresis = <2000>;
-       type = "critical";
-};
index 294882164423a3bd03dcdd3b6bfa9bb2a0f6e937..07e436be95e5b7df0970901f5dc33f5316d05b1f 100644 (file)
                >;
        };
 };
-
-&cpu_alert0 {
-       temperature = <95000>;
-       hysteresis = <2000>;
-       type = "passive";
-};
-
-&cpu_crit0 {
-       temperature = <105000>;
-       hysteresis = <2000>;
-       type = "critical";
-};