Thermal: exynos: Add compatible string for exynos4412
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 18 Apr 2013 11:37:59 +0000 (11:37 +0000)
committerZhang Rui <rui.zhang@intel.com>
Wed, 24 Apr 2013 15:37:34 +0000 (23:37 +0800)
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>
drivers/thermal/exynos_thermal.c

index 055cd60b839fb60386384943689bb676de8bb1d3..3d6e32a9ccdc152aad65cdfc7c0c2bde5326a8de 100644 (file)
@@ -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,
This page took 0.028617 seconds and 5 git commands to generate.