aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-exynos/exynos.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c
index fbd108ce8745..8c4f5e342dc1 100644
--- a/arch/arm/mach-exynos/exynos.c
+++ b/arch/arm/mach-exynos/exynos.c
@@ -192,7 +192,8 @@ static void __init exynos_dt_machine_init(void)
192#endif 192#endif
193 if (of_machine_is_compatible("samsung,exynos4210") || 193 if (of_machine_is_compatible("samsung,exynos4210") ||
194 (of_machine_is_compatible("samsung,exynos4412") && 194 (of_machine_is_compatible("samsung,exynos4412") &&
195 of_machine_is_compatible("samsung,trats2")) || 195 (of_machine_is_compatible("samsung,trats2") ||
196 of_machine_is_compatible("samsung,midas"))) ||
196 of_machine_is_compatible("samsung,exynos3250") || 197 of_machine_is_compatible("samsung,exynos3250") ||
197 of_machine_is_compatible("samsung,exynos5250")) 198 of_machine_is_compatible("samsung,exynos5250"))
198 platform_device_register(&exynos_cpuidle); 199 platform_device_register(&exynos_cpuidle);