diff options
Diffstat (limited to 'arch/arm/mach-shmobile/setup-sh7372.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-sh7372.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/setup-sh7372.c b/arch/arm/mach-shmobile/setup-sh7372.c index ca2b80b9bc90..458a2cfad417 100644 --- a/arch/arm/mach-shmobile/setup-sh7372.c +++ b/arch/arm/mach-shmobile/setup-sh7372.c | |||
@@ -56,6 +56,7 @@ static struct map_desc sh7372_io_desc[] __initdata = { | |||
56 | 56 | ||
57 | void __init sh7372_map_io(void) | 57 | void __init sh7372_map_io(void) |
58 | { | 58 | { |
59 | debug_ll_io_init(); | ||
59 | iotable_init(sh7372_io_desc, ARRAY_SIZE(sh7372_io_desc)); | 60 | iotable_init(sh7372_io_desc, ARRAY_SIZE(sh7372_io_desc)); |
60 | } | 61 | } |
61 | 62 | ||
@@ -1008,6 +1009,7 @@ DT_MACHINE_START(SH7372_DT, "Generic SH7372 (Flattened Device Tree)") | |||
1008 | .init_irq = sh7372_init_irq, | 1009 | .init_irq = sh7372_init_irq, |
1009 | .handle_irq = shmobile_handle_irq_intc, | 1010 | .handle_irq = shmobile_handle_irq_intc, |
1010 | .init_machine = sh7372_add_standard_devices_dt, | 1011 | .init_machine = sh7372_add_standard_devices_dt, |
1012 | .init_late = shmobile_init_late, | ||
1011 | .dt_compat = sh7372_boards_compat_dt, | 1013 | .dt_compat = sh7372_boards_compat_dt, |
1012 | MACHINE_END | 1014 | MACHINE_END |
1013 | 1015 | ||