diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2014-07-01 02:33:19 +0200 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2014-07-15 16:58:44 +0200 |
commit | 1fe56dc16a3dab400206443f70ae158c8f595c42 (patch) | |
tree | 99278a9e94d9eb3d92ee278d6195955741db9fa2 /Documentation | |
parent | thermal: exynos: fix ordering in exynos_tmu_remove() (diff) | |
download | linux-1fe56dc16a3dab400206443f70ae158c8f595c42.tar.xz linux-1fe56dc16a3dab400206443f70ae158c8f595c42.zip |
thermal: samsung: Add TMU support for Exynos3250 SoC
This patch add registers, bit fields and compatible strings for Exynos3250 TMU
(Thermal Management Unit). Exynos3250 uses the Cortex-A7 dual cores and has
a target speed of 1.0 GHz.
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
[Add MUX address setting bits by Jonghwa Lee]
Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Reviewed-by: Amit Daniel Kachhap<amit.daniel@samsung.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'Documentation')
-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 c94909215c07..ae738f562acc 100644 --- a/Documentation/devicetree/bindings/thermal/exynos-thermal.txt +++ b/Documentation/devicetree/bindings/thermal/exynos-thermal.txt @@ -3,6 +3,7 @@ ** Required properties: - compatible : One of the following: + "samsung,exynos3250-tmu" "samsung,exynos4412-tmu" "samsung,exynos4210-tmu" "samsung,exynos5250-tmu" |