diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-04-18 11:37:59 +0000 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2013-04-24 23:37:34 +0800 |
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[] = { .data = (void *)EXYNOS4210_TMU_DRV_DATA, }, { + .compatible = "samsung,exynos4412-tmu", + .data = (void *)EXYNOS_TMU_DRV_DATA, + }, + { .compatible = "samsung,exynos5250-tmu", .data = (void *)EXYNOS_TMU_DRV_DATA, }, |