aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-imx/mach-vf610.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/arch/arm/mach-imx/mach-vf610.c b/arch/arm/mach-imx/mach-vf610.c
index 6288a9690e78..c44602758120 100644
--- a/arch/arm/mach-imx/mach-vf610.c
+++ b/arch/arm/mach-imx/mach-vf610.c
@@ -20,19 +20,14 @@ static void __init vf610_init_machine(void)
20 of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); 20 of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
21} 21}
22 22
23static void __init vf610_init_irq(void)
24{
25 l2x0_of_init(0, ~0);
26 irqchip_init();
27}
28
29static const char *vf610_dt_compat[] __initconst = { 23static const char *vf610_dt_compat[] __initconst = {
30 "fsl,vf610", 24 "fsl,vf610",
31 NULL, 25 NULL,
32}; 26};
33 27
34DT_MACHINE_START(VYBRID_VF610, "Freescale Vybrid VF610 (Device Tree)") 28DT_MACHINE_START(VYBRID_VF610, "Freescale Vybrid VF610 (Device Tree)")
35 .init_irq = vf610_init_irq, 29 .l2c_aux_val = 0,
30 .l2c_aux_mask = ~0,
36 .init_machine = vf610_init_machine, 31 .init_machine = vf610_init_machine,
37 .dt_compat = vf610_dt_compat, 32 .dt_compat = vf610_dt_compat,
38 .restart = mxc_restart, 33 .restart = mxc_restart,