lkml.org 
[lkml]   [2019]   [Dec]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/2] DT: bindings: Add cooling cells for idle states
Date
Add DT documentation to add an idle state as a cooling device. The CPU
is actually the cooling device but the definition is already used by
frequency capping. As we need to make cpufreq capping and idle
injection to co-exist together on the system in order to mitigate at
different trip points, the CPU can not be used as the cooling device
for idle injection. The idle state can be seen as an hardware feature
and therefore as a component for the passive mitigation.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
---
Documentation/devicetree/bindings/arm/idle-states.txt | 11 +++++++++++
1 file changed, 11 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/idle-states.txt b/Documentation/devicetree/bindings/arm/idle-states.txt
index 771f5d20ae18..702a19b6b0b2 100644
--- a/Documentation/devicetree/bindings/arm/idle-states.txt
+++ b/Documentation/devicetree/bindings/arm/idle-states.txt
@@ -346,6 +346,17 @@ follows:
idle-states node. Please refer to the entry-method bindings
documentation for properties definitions.

+ When the idle state is used as a cooling device, the #cooling-cells
+ must be added in order to allow registering it.
+
+ - #cooling-cells:
+ Usage: Optional
+ Type: unsigned
+ Size: one cell
+ Definition: A cooling device specific information. At least
+ must be two. Refer to the thermal DT bindings for
+ more details.
+
===========================================
4 - Examples
===========================================
--
2.17.1
\
 
 \ /
  Last update: 2019-12-19 23:21    [W:0.224 / U:0.680 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site