|
@@ -318,7 +318,10 @@ static void __init exynos_dt_machine_init(void)
|
|
|
exynos_sysram_init();
|
|
|
|
|
|
if (of_machine_is_compatible("samsung,exynos4210") ||
|
|
|
- of_machine_is_compatible("samsung,exynos5250"))
|
|
|
+ of_machine_is_compatible("samsung,exynos4212") ||
|
|
|
+ (of_machine_is_compatible("samsung,exynos4412") &&
|
|
|
+ of_machine_is_compatible("samsung,trats2")) ||
|
|
|
+ of_machine_is_compatible("samsung,exynos5250"))
|
|
|
platform_device_register(&exynos_cpuidle);
|
|
|
|
|
|
platform_device_register_simple("exynos-cpufreq", -1, NULL, 0);
|