aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-ap4evb.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-shmobile/board-ap4evb.c')
-rw-r--r--arch/arm/mach-shmobile/board-ap4evb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
index a8d815c96232..94b545b3fe82 100644
--- a/arch/arm/mach-shmobile/board-ap4evb.c
+++ b/arch/arm/mach-shmobile/board-ap4evb.c
@@ -105,9 +105,10 @@ static void __init ap4evb_map_io(void)
105{ 105{
106 iotable_init(ap4evb_io_desc, ARRAY_SIZE(ap4evb_io_desc)); 106 iotable_init(ap4evb_io_desc, ARRAY_SIZE(ap4evb_io_desc));
107 107
108 /* setup early devices and clocks here as well */ 108 /* setup early devices, clocks and console here as well */
109 sh7372_add_early_devices(); 109 sh7372_add_early_devices();
110 sh7367_clock_init(); /* use g3 clocks for now */ 110 sh7367_clock_init(); /* use g3 clocks for now */
111 shmobile_setup_console();
111} 112}
112 113
113static void __init ap4evb_init(void) 114static void __init ap4evb_init(void)