diff options
Diffstat (limited to 'arch/arm/mach-exynos/mach-nuri.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-nuri.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/mach-nuri.c b/arch/arm/mach-exynos/mach-nuri.c index 656f8fc9addd..129c4c762dec 100644 --- a/arch/arm/mach-exynos/mach-nuri.c +++ b/arch/arm/mach-exynos/mach-nuri.c | |||
@@ -1342,9 +1342,8 @@ static struct platform_device *nuri_devices[] __initdata = { | |||
1342 | 1342 | ||
1343 | static void __init nuri_map_io(void) | 1343 | static void __init nuri_map_io(void) |
1344 | { | 1344 | { |
1345 | clk_xusbxti.rate = 24000000; | ||
1346 | exynos_init_io(NULL, 0); | 1345 | exynos_init_io(NULL, 0); |
1347 | s3c24xx_init_clocks(24000000); | 1346 | s3c24xx_init_clocks(clk_xusbxti.rate); |
1348 | s3c24xx_init_uarts(nuri_uartcfgs, ARRAY_SIZE(nuri_uartcfgs)); | 1347 | s3c24xx_init_uarts(nuri_uartcfgs, ARRAY_SIZE(nuri_uartcfgs)); |
1349 | } | 1348 | } |
1350 | 1349 | ||