diff options
Diffstat (limited to 'arch/arm/mach-exynos/mach-exynos5-dt.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-exynos5-dt.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/arch/arm/mach-exynos/mach-exynos5-dt.c b/arch/arm/mach-exynos/mach-exynos5-dt.c index 26710758c385..acaeb14db54b 100644 --- a/arch/arm/mach-exynos/mach-exynos5-dt.c +++ b/arch/arm/mach-exynos/mach-exynos5-dt.c | |||
@@ -16,7 +16,6 @@ | |||
16 | #include <linux/io.h> | 16 | #include <linux/io.h> |
17 | 17 | ||
18 | #include <asm/mach/arch.h> | 18 | #include <asm/mach/arch.h> |
19 | #include <asm/hardware/gic.h> | ||
20 | #include <mach/map.h> | 19 | #include <mach/map.h> |
21 | #include <mach/regs-pmu.h> | 20 | #include <mach/regs-pmu.h> |
22 | 21 | ||
@@ -104,6 +103,12 @@ static const struct of_dev_auxdata exynos5250_auxdata_lookup[] __initconst = { | |||
104 | OF_DEV_AUXDATA("samsung,mfc-v6", 0x11000000, "s5p-mfc-v6", NULL), | 103 | OF_DEV_AUXDATA("samsung,mfc-v6", 0x11000000, "s5p-mfc-v6", NULL), |
105 | OF_DEV_AUXDATA("samsung,exynos5250-tmu", 0x10060000, | 104 | OF_DEV_AUXDATA("samsung,exynos5250-tmu", 0x10060000, |
106 | "exynos-tmu", NULL), | 105 | "exynos-tmu", NULL), |
106 | OF_DEV_AUXDATA("samsung,i2s-v5", 0x03830000, | ||
107 | "samsung-i2s.0", NULL), | ||
108 | OF_DEV_AUXDATA("samsung,i2s-v5", 0x12D60000, | ||
109 | "samsung-i2s.1", NULL), | ||
110 | OF_DEV_AUXDATA("samsung,i2s-v5", 0x12D70000, | ||
111 | "samsung-i2s.2", NULL), | ||
107 | OF_DEV_AUXDATA("samsung,exynos-sysmmu", 0x11210000, | 112 | OF_DEV_AUXDATA("samsung,exynos-sysmmu", 0x11210000, |
108 | "exynos-sysmmu.0", "mfc"), /* MFC_L */ | 113 | "exynos-sysmmu.0", "mfc"), /* MFC_L */ |
109 | OF_DEV_AUXDATA("samsung,exynos-sysmmu", 0x11200000, | 114 | OF_DEV_AUXDATA("samsung,exynos-sysmmu", 0x11200000, |
@@ -209,10 +214,9 @@ DT_MACHINE_START(EXYNOS5_DT, "SAMSUNG EXYNOS5 (Flattened Device Tree)") | |||
209 | .init_irq = exynos5_init_irq, | 214 | .init_irq = exynos5_init_irq, |
210 | .smp = smp_ops(exynos_smp_ops), | 215 | .smp = smp_ops(exynos_smp_ops), |
211 | .map_io = exynos5_dt_map_io, | 216 | .map_io = exynos5_dt_map_io, |
212 | .handle_irq = gic_handle_irq, | ||
213 | .init_machine = exynos5_dt_machine_init, | 217 | .init_machine = exynos5_dt_machine_init, |
214 | .init_late = exynos_init_late, | 218 | .init_late = exynos_init_late, |
215 | .timer = &exynos4_timer, | 219 | .init_time = exynos4_timer_init, |
216 | .dt_compat = exynos5_dt_compat, | 220 | .dt_compat = exynos5_dt_compat, |
217 | .restart = exynos5_restart, | 221 | .restart = exynos5_restart, |
218 | .reserve = exynos5_reserve, | 222 | .reserve = exynos5_reserve, |