summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/am57xx-industrial-grade.dtsi
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2016-04-28 15:35:47 +0530
committerTony Lindgren <tony@atomide.com>2016-04-28 08:08:47 -0700
commitcf9b7d5e9cfd36d7efab52e9cc74589c6eae4974 (patch)
tree7d45744a1822a304f1b738bcb298d95f46895222 /arch/arm/boot/dts/am57xx-industrial-grade.dtsi
parent286db0a516e0a64797d2ac900fe91ab65b87d555 (diff)
ARM: dts: am57xx: Introduce industrial grade thermal thresholds
The silicon version ES2.0 onwards are industrial grade samples and have higher thermal thresholds than commecial grade samples. Signed-off-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am57xx-industrial-grade.dtsi')
-rw-r--r--arch/arm/boot/dts/am57xx-industrial-grade.dtsi23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am57xx-industrial-grade.dtsi b/arch/arm/boot/dts/am57xx-industrial-grade.dtsi
new file mode 100644
index 000000000000..70c8c4ba1933
--- /dev/null
+++ b/arch/arm/boot/dts/am57xx-industrial-grade.dtsi
@@ -0,0 +1,23 @@
+&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 */
+};