linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: j-keerthy@ti.com (Keerthy)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RESEND 1/4] ARM: dts: am57xx: Introduce commercial grade thermal thresholds
Date: Thu, 28 Apr 2016 15:35:46 +0530	[thread overview]
Message-ID: <1461837949-11116-2-git-send-email-j-keerthy@ti.com> (raw)
In-Reply-To: <1461837949-11116-1-git-send-email-j-keerthy@ti.com>

The silicon versions which are non ES2.0 are commercial grade silicon
and have lower thermal thresholds.

Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 arch/arm/boot/dts/am57xx-commercial-grade.dtsi | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 arch/arm/boot/dts/am57xx-commercial-grade.dtsi

diff --git a/arch/arm/boot/dts/am57xx-commercial-grade.dtsi b/arch/arm/boot/dts/am57xx-commercial-grade.dtsi
new file mode 100644
index 0000000..c183654
--- /dev/null
+++ b/arch/arm/boot/dts/am57xx-commercial-grade.dtsi
@@ -0,0 +1,23 @@
+&cpu_alert0 {
+	temperature = <80000>; /* milliCelsius */
+};
+
+&cpu_crit {
+	temperature = <90000>; /* milliCelsius */
+};
+
+&gpu_crit {
+	temperature = <90000>; /* milliCelsius */
+};
+
+&core_crit {
+	temperature = <90000>; /* milliCelsius */
+};
+
+&dspeve_crit {
+	temperature = <90000>; /* milliCelsius */
+};
+
+&iva_crit {
+	temperature = <90000>; /* milliCelsius */
+};
-- 
1.9.1

  reply	other threads:[~2016-04-28 10:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-28 10:05 [PATCH RESEND 0/4] arm: dts: am57xx: Correct the thermal thresholds Keerthy
2016-04-28 10:05 ` Keerthy [this message]
2016-04-28 10:05 ` [PATCH RESEND 2/4] ARM: dts: am57xx: Introduce industrial grade " Keerthy
2016-04-28 10:05 ` [PATCH RESEND 3/4] ARM: dts: am57xx-beagle-x15: Include the commercial grade thresholds Keerthy
2016-04-28 10:05 ` [PATCH RESEND 4/4] ARM: dts: am57xx-idk: Include Industrial grade thermal thresholds Keerthy
2016-05-10  4:24 ` [PATCH RESEND 0/4] arm: dts: am57xx: Correct the " Keerthy
2016-05-12 20:35   ` Tony Lindgren
2016-05-13  5:19     ` Keerthy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1461837949-11116-2-git-send-email-j-keerthy@ti.com \
    --to=j-keerthy@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).