Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6cee53c authored by Sachin Kamat's avatar Sachin Kamat Committed by Zhang Rui
Browse files

Thermal: exynos: Add compatible string for exynos4412



Added compatible string for Exynos4412 SoC.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Cc: Amit Daniel Kachhap <amit.daniel@samsung.com>
Acked-by: default avatarEduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: default avatarZhang Rui <rui.zhang@intel.com>
parent 2a16279c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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,