From e54b6f3ca3712c0edb96bfa1dcc7b11f00086c1c Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Thu, 23 May 2019 19:52:34 -0500 Subject: [PATCH] add: am57xx-industrial-grade.dtsi Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- src/arm/am57xx-industrial-grade.dtsi | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/arm/am57xx-industrial-grade.dtsi diff --git a/src/arm/am57xx-industrial-grade.dtsi b/src/arm/am57xx-industrial-grade.dtsi new file mode 100644 index 0000000..422f953 --- /dev/null +++ b/src/arm/am57xx-industrial-grade.dtsi @@ -0,0 +1,24 @@ +// SPDX-License-Identifier: GPL-2.0 +&cpu_alert0 { + temperature = <90000>; /* milliCelsius */ +}; + +&cpu_crit { + temperature = <105000>; /* milliCelsius */ +}; + +&gpu_crit { + temperature = <105000>; /* milliCelsius */ +}; + +&core_crit { + temperature = <105000>; /* milliCelsius */ +}; + +&dspeve_crit { + temperature = <105000>; /* milliCelsius */ +}; + +&iva_crit { + temperature = <105000>; /* milliCelsius */ +}; -- GitLab