diff options
Diffstat (limited to 'arch/arm/mach-exynos/mach-nuri.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-nuri.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/mach-nuri.c b/arch/arm/mach-exynos/mach-nuri.c index 2517406e7f56..5c8b2878dbbd 100644 --- a/arch/arm/mach-exynos/mach-nuri.c +++ b/arch/arm/mach-exynos/mach-nuri.c | |||
@@ -1331,8 +1331,9 @@ static struct platform_device *nuri_devices[] __initdata = { | |||
1331 | static void __init nuri_map_io(void) | 1331 | static void __init nuri_map_io(void) |
1332 | { | 1332 | { |
1333 | exynos_init_io(NULL, 0); | 1333 | exynos_init_io(NULL, 0); |
1334 | s3c24xx_init_clocks(clk_xusbxti.rate); | ||
1335 | s3c24xx_init_uarts(nuri_uartcfgs, ARRAY_SIZE(nuri_uartcfgs)); | 1334 | s3c24xx_init_uarts(nuri_uartcfgs, ARRAY_SIZE(nuri_uartcfgs)); |
1335 | xxti_f = 0; | ||
1336 | xusbxti_f = 24000000; | ||
1336 | } | 1337 | } |
1337 | 1338 | ||
1338 | static void __init nuri_reserve(void) | 1339 | static void __init nuri_reserve(void) |
@@ -1381,7 +1382,7 @@ MACHINE_START(NURI, "NURI") | |||
1381 | .map_io = nuri_map_io, | 1382 | .map_io = nuri_map_io, |
1382 | .init_machine = nuri_machine_init, | 1383 | .init_machine = nuri_machine_init, |
1383 | .init_late = exynos_init_late, | 1384 | .init_late = exynos_init_late, |
1384 | .init_time = exynos4_timer_init, | 1385 | .init_time = exynos_init_time, |
1385 | .reserve = &nuri_reserve, | 1386 | .reserve = &nuri_reserve, |
1386 | .restart = exynos4_restart, | 1387 | .restart = exynos4_restart, |
1387 | MACHINE_END | 1388 | MACHINE_END |