aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-g3evm.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-shmobile/board-g3evm.c')
-rw-r--r--arch/arm/mach-shmobile/board-g3evm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-g3evm.c b/arch/arm/mach-shmobile/board-g3evm.c
index b4b202718e4d..eba2311beba2 100644
--- a/arch/arm/mach-shmobile/board-g3evm.c
+++ b/arch/arm/mach-shmobile/board-g3evm.c
@@ -105,9 +105,10 @@ static void __init g3evm_map_io(void)
105{ 105{
106 iotable_init(g3evm_io_desc, ARRAY_SIZE(g3evm_io_desc)); 106 iotable_init(g3evm_io_desc, ARRAY_SIZE(g3evm_io_desc));
107 107
108 /* setup early devices and clocks here as well */ 108 /* setup early devices, clocks and console here as well */
109 sh7367_add_early_devices(); 109 sh7367_add_early_devices();
110 sh7367_clock_init(); 110 sh7367_clock_init();
111 shmobile_setup_console();
111} 112}
112 113
113static void __init g3evm_init(void) 114static void __init g3evm_init(void)