[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1456128752-29238-1-git-send-email-wni@nvidia.com>
Date: Mon, 22 Feb 2016 16:12:32 +0800
From: Wei Ni <wni@...dia.com>
To: <thierry.reding@...il.com>, <rui.zhang@...el.com>
CC: <MLongnecker@...dia.com>, <swarren@...dotorg.org>,
<mikko.perttunen@...si.fi>, <linux-tegra@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, Wei Ni <wni@...dia.com>
Subject: [PATCH v6 12/12] arm: tegra: set critical trips for Tegra124
Set "critical" trips for cpu and gpu thermal zones,
which can trigger shut down or reset.
Signed-off-by: Wei Ni <wni@...dia.com>
---
arch/arm/boot/dts/tegra124.dtsi | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi
index e4eac1f01e64..442fcf0cb394 100644
--- a/arch/arm/boot/dts/tegra124.dtsi
+++ b/arch/arm/boot/dts/tegra124.dtsi
@@ -996,6 +996,14 @@
thermal-sensors =
<&soctherm TEGRA124_SOCTHERM_SENSOR_CPU>;
+
+ trips {
+ cpu_shutdown_trip: shutdown-trip {
+ temperature = <103000>;
+ hysteresis = <1000>;
+ type = "critical";
+ };
+ };
};
mem {
@@ -1012,6 +1020,14 @@
thermal-sensors =
<&soctherm TEGRA124_SOCTHERM_SENSOR_GPU>;
+
+ trips {
+ gpu_shutdown_trip: shutdown-trip {
+ temperature = <101000>;
+ hysteresis = <1000>;
+ type = "critical";
+ };
+ };
};
pllx {
--
1.9.1
Powered by blists - more mailing lists