aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2021-08-18 15:24:31 -0700
committerStefano Babic <sbabic@denx.de>2021-10-07 16:53:50 +0200
commit0cf5622998542f63943f03d041009a9997cea04f (patch)
tree515f8f4c904ef2ce22a6528aade09c49f40fc24f /arch
parentf8a792e51d17c32b62e957d10be93d6ab9008f53 (diff)
downloadu-boot-0cf5622998542f63943f03d041009a9997cea04f.zip
u-boot-0cf5622998542f63943f03d041009a9997cea04f.tar.gz
u-boot-0cf5622998542f63943f03d041009a9997cea04f.tar.bz2
arm: dts: imx8mm-venice*: remove thermal zone overrides
Remove the unnecessary thermal zone overrides. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/imx8mm-venice-gw7901.dts12
-rw-r--r--arch/arm/dts/imx8mm-venice-gw7902.dts12
2 files changed, 0 insertions, 24 deletions
diff --git a/arch/arm/dts/imx8mm-venice-gw7901.dts b/arch/arm/dts/imx8mm-venice-gw7901.dts
index 124e1e4..d5cdbb7 100644
--- a/arch/arm/dts/imx8mm-venice-gw7901.dts
+++ b/arch/arm/dts/imx8mm-venice-gw7901.dts
@@ -1041,15 +1041,3 @@
>;
};
};
-
-&cpu_alert0 {
- temperature = <95000>;
- hysteresis = <2000>;
- type = "passive";
-};
-
-&cpu_crit0 {
- temperature = <105000>;
- hysteresis = <2000>;
- type = "critical";
-};
diff --git a/arch/arm/dts/imx8mm-venice-gw7902.dts b/arch/arm/dts/imx8mm-venice-gw7902.dts
index 2948821..07e436b 100644
--- a/arch/arm/dts/imx8mm-venice-gw7902.dts
+++ b/arch/arm/dts/imx8mm-venice-gw7902.dts
@@ -913,15 +913,3 @@
>;
};
};
-
-&cpu_alert0 {
- temperature = <95000>;
- hysteresis = <2000>;
- type = "passive";
-};
-
-&cpu_crit0 {
- temperature = <105000>;
- hysteresis = <2000>;
- type = "critical";
-};