diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-02-18 00:14:19 -0500 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2016-03-08 17:06:33 -0500 |
commit | fa7b29e8bfa288c8473d0c4a3ac120b3a2707e06 (patch) | |
tree | 30ace42afb5507322b7a689dbb211a81d3e6ecb8 /Documentation | |
parent | a41e939b279836916531cb4b3860b69a21e71b46 (diff) |
thermal: exynos: Document number of supported trip-points
Document the number of configurable temperature thresholds (for
trip-points in interrupt-driven mode).
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/thermal/exynos-thermal.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/thermal/exynos-thermal.txt b/Documentation/devicetree/bindings/thermal/exynos-thermal.txt index 34315d7fbfde..faa62059b5c5 100644 --- a/Documentation/devicetree/bindings/thermal/exynos-thermal.txt +++ b/Documentation/devicetree/bindings/thermal/exynos-thermal.txt | |||
@@ -44,6 +44,14 @@ | |||
44 | - vtmu-supply: This entry is optional and provides the regulator node supplying | 44 | - vtmu-supply: This entry is optional and provides the regulator node supplying |
45 | voltage to TMU. If needed this entry can be placed inside | 45 | voltage to TMU. If needed this entry can be placed inside |
46 | board/platform specific dts file. | 46 | board/platform specific dts file. |
47 | |||
48 | The Exynos TMU supports generating interrupts when reaching given | ||
49 | temperature thresholds. Number of supported thermal trip points depends | ||
50 | on the SoC (only first trip points defined in DT will be configured): | ||
51 | - most of SoC: 4 | ||
52 | - samsung,exynos5433-tmu: 8 | ||
53 | - samsung,exynos7-tmu: 8 | ||
54 | |||
47 | Following properties are mandatory (depending on SoC): | 55 | Following properties are mandatory (depending on SoC): |
48 | - samsung,tmu_gain: Gain value for internal TMU operation. | 56 | - samsung,tmu_gain: Gain value for internal TMU operation. |
49 | - samsung,tmu_reference_voltage: Value of TMU IP block's reference voltage | 57 | - samsung,tmu_reference_voltage: Value of TMU IP block's reference voltage |