linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm: dts: AM57XX: Correct the thermal thresholds
@ 2016-02-08  9:45 Keerthy
  2016-02-09 22:09 ` Eduardo Valentin
  0 siblings, 1 reply; 10+ messages in thread
From: Keerthy @ 2016-02-08  9:45 UTC (permalink / raw)
  To: linux-arm-kernel

The thermal threholds for am57xx are different from that of dra7.
Correcting the thresholds for the same.

Signed-off-by: Keerthy <j-keerthy@ti.com>
---

Depends on: https://lkml.org/lkml/2016/2/8/90

 arch/arm/boot/dts/am57xx-beagle-x15.dts | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Index: linux/arch/arm/boot/dts/am57xx-beagle-x15.dts
===================================================================
--- linux.orig/arch/arm/boot/dts/am57xx-beagle-x15.dts	2016-02-08 14:57:05.514959101 +0530
+++ linux/arch/arm/boot/dts/am57xx-beagle-x15.dts	2016-02-08 14:57:05.510959168 +0530
@@ -825,3 +825,27 @@
 		status = "okay";
 	};
 };
+
+&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 */
+};

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-02-15 17:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-08  9:45 [PATCH] arm: dts: AM57XX: Correct the thermal thresholds Keerthy
2016-02-09 22:09 ` Eduardo Valentin
2016-02-09 22:16   ` Nishanth Menon
2016-02-12 22:23     ` Tony Lindgren
2016-02-12 22:30       ` Nishanth Menon
2016-02-12 22:41         ` Tony Lindgren
2016-02-15  4:27           ` Keerthy
2016-02-15 15:49             ` Nishanth Menon
2016-02-15 16:13               ` Keerthy
2016-02-15 17:25                 ` Nishanth Menon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).