ARM: shmobile: Add early debugging support using SCIF(A)
[cascardo/linux.git] / arch / arm / mach-shmobile / setup-r8a7740.c
index 8894e1b..0bfe226 100644 (file)
@@ -71,6 +71,7 @@ static struct map_desc r8a7740_io_desc[] __initdata = {
 
 void __init r8a7740_map_io(void)
 {
+       debug_ll_io_init();
        iotable_init(r8a7740_io_desc, ARRAY_SIZE(r8a7740_io_desc));
 }