diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-04-18 07:37:59 -0400 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2013-04-24 11:37:34 -0400 |
commit | b6cee53c19991269968fa0038f3b80048cf3727c (patch) | |
tree | ed4dd4041a5a0f0771b4867f89c82416c1a73d5d /drivers/thermal/exynos_thermal.c | |
parent | 2a16279c68bcfa34e4fe960b8276dd2d08c2e24c (diff) |
Thermal: exynos: Add compatible string for exynos4412
Added compatible string for Exynos4412 SoC.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Amit Daniel Kachhap <amit.daniel@samsung.com>
Acked-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal/exynos_thermal.c')
-rw-r--r-- | drivers/thermal/exynos_thermal.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/thermal/exynos_thermal.c b/drivers/thermal/exynos_thermal.c index 055cd60b839f..3d6e32a9ccdc 100644 --- a/drivers/thermal/exynos_thermal.c +++ b/drivers/thermal/exynos_thermal.c | |||
@@ -816,6 +816,10 @@ static const struct of_device_id exynos_tmu_match[] = { | |||
816 | .data = (void *)EXYNOS4210_TMU_DRV_DATA, | 816 | .data = (void *)EXYNOS4210_TMU_DRV_DATA, |
817 | }, | 817 | }, |
818 | { | 818 | { |
819 | .compatible = "samsung,exynos4412-tmu", | ||
820 | .data = (void *)EXYNOS_TMU_DRV_DATA, | ||
821 | }, | ||
822 | { | ||
819 | .compatible = "samsung,exynos5250-tmu", | 823 | .compatible = "samsung,exynos5250-tmu", |
820 | .data = (void *)EXYNOS_TMU_DRV_DATA, | 824 | .data = (void *)EXYNOS_TMU_DRV_DATA, |
821 | }, | 825 | }, |