From: Sachin Kamat Date: Thu, 18 Apr 2013 11:37:59 +0000 (+0000) Subject: Thermal: exynos: Add compatible string for exynos4412 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b6cee53c19991269968fa0038f3b80048cf3727c;p=deliverable%2Flinux.git Thermal: exynos: Add compatible string for exynos4412 Added compatible string for Exynos4412 SoC. Signed-off-by: Sachin Kamat Cc: Amit Daniel Kachhap Acked-by: Eduardo Valentin Signed-off-by: Zhang Rui --- 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 @@ -815,6 +815,10 @@ static const struct of_device_id exynos_tmu_match[] = { .compatible = "samsung,exynos4210-tmu", .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,