diff options
author | Naveen Krishna Chatradhi <ch.naveen@samsung.com> | 2013-12-20 16:19:10 +0400 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2014-05-06 22:55:42 +0400 |
commit | 923488a53e7890566f298c2f67416af84ba2a21c (patch) | |
tree | 7bb07074128c4f541a9642f96bec1f95e01fe557 /Documentation/devicetree/bindings/thermal | |
parent | 14a11dc7e0dbf4acdd9c7b703ebd088f14def739 (diff) | |
download | linux-923488a53e7890566f298c2f67416af84ba2a21c.tar.xz |
thermal: samsung: Add TMU support for Exynos5260 SoCs
This patch adds the registers, bit fields and compatible strings
required to support for the 5 TMU channels on Exynos5260.
Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/thermal')
-rw-r--r-- | Documentation/devicetree/bindings/thermal/exynos-thermal.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/thermal/exynos-thermal.txt b/Documentation/devicetree/bindings/thermal/exynos-thermal.txt index 79c4055a190d..c94909215c07 100644 --- a/Documentation/devicetree/bindings/thermal/exynos-thermal.txt +++ b/Documentation/devicetree/bindings/thermal/exynos-thermal.txt @@ -6,6 +6,7 @@ "samsung,exynos4412-tmu" "samsung,exynos4210-tmu" "samsung,exynos5250-tmu" + "samsung,exynos5260-tmu" "samsung,exynos5420-tmu" for TMU channel 0, 1 on Exynos5420 "samsung,exynos5420-tmu-ext-triminfo" for TMU channels 2, 3 and 4 Exynos5420 (Must pass triminfo base and triminfo clock) |