lkml.org 
[lkml]   [2018]   [Oct]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 10/11] DT: arm: exynos: add support for thermal trip irq-mode
Date
This patch adds support for new flash which indicates
that trip point triggers irq when temperature is met.
Exynos5433 supports 8 trip point which will trigger irq.
Above that number other trip points should be registered
without 'irq-mode' flag.
That will force the thermal framework to start polling
the temperature sensor under configured conditions and
handle the trip point.

Cc: Kukjin Kim <kgene@kernel.org>
Cc: Krzysztof Kozlowski <krzk@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Lukasz Luba <l.luba@partner.samsung.com>
---
arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 40 +++++++++++++++-------
1 file changed, 28 insertions(+), 12 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi b/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
index 96e281c..dbce706ed 100644
--- a/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
+++ b/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
@@ -59,22 +59,26 @@
cpu0_alert0: cpu-alert-0 {
temperature = <50000>; /* millicelsius */
hysteresis = <5000>; /* millicelsius */
- type = "active";
+ type = "passive";
+ irq-mode;
};
cpu0_alert1: cpu-alert-1 {
temperature = <60000>; /* millicelsius */
hysteresis = <5000>; /* millicelsius */
- type = "active";
+ type = "passive";
+ irq-mode;
};
cpu0_alert2: cpu-alert-2 {
temperature = <70000>; /* millicelsius */
hysteresis = <5000>; /* millicelsius */
- type = "active";
+ type = "passive";
+ irq-mode;
};
cpu0_crit0: cpu-crit-0 {
temperature = <120000>; /* millicelsius */
hysteresis = <0>; /* millicelsius */
type = "critical";
+ irq-mode;
};
/*
* Exynos542x supports only 4 trip-points
@@ -142,22 +146,26 @@
cpu1_alert0: cpu-alert-0 {
temperature = <50000>;
hysteresis = <5000>;
- type = "active";
+ type = "passive";
+ irq-mode;
};
cpu1_alert1: cpu-alert-1 {
temperature = <60000>;
hysteresis = <5000>;
- type = "active";
+ type = "passive";
+ irq-mode;
};
cpu1_alert2: cpu-alert-2 {
temperature = <70000>;
hysteresis = <5000>;
- type = "active";
+ type = "passive";
+ irq-mode;
};
cpu1_crit0: cpu-crit-0 {
temperature = <120000>;
hysteresis = <0>;
type = "critical";
+ irq-mode;
};
cpu1_alert3: cpu-alert-3 {
temperature = <70000>;
@@ -209,22 +217,26 @@
cpu2_alert0: cpu-alert-0 {
temperature = <50000>;
hysteresis = <5000>;
- type = "active";
+ type = "passive";
+ irq-mode;
};
cpu2_alert1: cpu-alert-1 {
temperature = <60000>;
hysteresis = <5000>;
- type = "active";
+ type = "passive";
+ irq-mode;
};
cpu2_alert2: cpu-alert-2 {
temperature = <70000>;
hysteresis = <5000>;
- type = "active";
+ type = "passive";
+ irq-mode;
};
cpu2_crit0: cpu-crit-0 {
temperature = <120000>;
hysteresis = <0>;
type = "critical";
+ irq-mode;
};
cpu2_alert3: cpu-alert-3 {
temperature = <70000>;
@@ -276,22 +288,26 @@
cpu3_alert0: cpu-alert-0 {
temperature = <50000>;
hysteresis = <5000>;
- type = "active";
+ type = "passive";
+ irq-mode;
};
cpu3_alert1: cpu-alert-1 {
temperature = <60000>;
hysteresis = <5000>;
- type = "active";
+ type = "passive";
+ irq-mode;
};
cpu3_alert2: cpu-alert-2 {
temperature = <70000>;
hysteresis = <5000>;
- type = "active";
+ type = "passive";
+ irq-mode;
};
cpu3_crit0: cpu-crit-0 {
temperature = <120000>;
hysteresis = <0>;
type = "critical";
+ irq-mode;
};
cpu3_alert3: cpu-alert-3 {
temperature = <70000>;
--
2.7.4
\
 
 \ /
  Last update: 2018-10-16 16:58    [W:0.029 / U:1.236 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site