diff options
Diffstat (limited to 'arch/arm/mach-exynos/mach-exynos4-dt.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-exynos4-dt.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-exynos/mach-exynos4-dt.c index 0276ae44777..8858068d2b6 100644 --- a/arch/arm/mach-exynos/mach-exynos4-dt.c +++ b/arch/arm/mach-exynos/mach-exynos4-dt.c | |||
@@ -96,11 +96,14 @@ static void __init exynos4_dt_machine_init(void) | |||
96 | 96 | ||
97 | static char const *exynos4_dt_compat[] __initdata = { | 97 | static char const *exynos4_dt_compat[] __initdata = { |
98 | "samsung,exynos4210", | 98 | "samsung,exynos4210", |
99 | "samsung,exynos4212", | ||
100 | "samsung,exynos4412", | ||
99 | NULL | 101 | NULL |
100 | }; | 102 | }; |
101 | 103 | ||
102 | DT_MACHINE_START(EXYNOS4210_DT, "Samsung Exynos4 (Flattened Device Tree)") | 104 | DT_MACHINE_START(EXYNOS4210_DT, "Samsung Exynos4 (Flattened Device Tree)") |
103 | /* Maintainer: Thomas Abraham <thomas.abraham@linaro.org> */ | 105 | /* Maintainer: Thomas Abraham <thomas.abraham@linaro.org> */ |
106 | .smp = smp_ops(exynos_smp_ops), | ||
104 | .init_irq = exynos4_init_irq, | 107 | .init_irq = exynos4_init_irq, |
105 | .map_io = exynos4_dt_map_io, | 108 | .map_io = exynos4_dt_map_io, |
106 | .handle_irq = gic_handle_irq, | 109 | .handle_irq = gic_handle_irq, |