diff options
author | Tim Harvey <tharvey@gateworks.com> | 2022-04-29 19:20:30 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-05-05 10:40:45 +0300 |
commit | 22463f7cd0e17c4b60a0d8ad6c10f62c76840344 (patch) | |
tree | 0616e32777d71038c6194d5e18d4f2b2483e4d77 /arch/arm64/boot/dts/freescale | |
parent | dd6fa8604301248935b0cf15b8ff6352dc5f7637 (diff) | |
download | linux-22463f7cd0e17c4b60a0d8ad6c10f62c76840344.tar.xz |
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>
Diffstat (limited to 'arch/arm64/boot/dts/freescale')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts index 157ade01626e..24737e89038a 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts +++ b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts @@ -1091,15 +1091,3 @@ >; }; }; - -&cpu_alert0 { - temperature = <95000>; - hysteresis = <2000>; - type = "passive"; -}; - -&cpu_crit0 { - temperature = <105000>; - hysteresis = <2000>; - type = "critical"; -}; |