diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2012-07-12 05:03:52 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-07-19 01:29:39 -0400 |
commit | 2e27437a642018284aaa30a687f6d471fd2a7729 (patch) | |
tree | 5d3d06aa8dd2ae7d94c180d57668b557a40b1dd0 /arch/arm/mach-exynos/mach-universal_c210.c | |
parent | 23c7301d74ac2d80d0dafd6f84a6d11a0fc15ce5 (diff) |
ARM: SAMSUNG: no need to set the value for clk_xusbxti when it is 24Mhz
Since clk_xusbxti.rate is 24Mhz as a default,
so we don't need to set that when it is 24Mhz.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/mach-universal_c210.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-universal_c210.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/mach-universal_c210.c b/arch/arm/mach-exynos/mach-universal_c210.c index cd92fa86ba41..e7ba7ec1ca34 100644 --- a/arch/arm/mach-exynos/mach-universal_c210.c +++ b/arch/arm/mach-exynos/mach-universal_c210.c | |||
@@ -1100,9 +1100,8 @@ static struct platform_device *universal_devices[] __initdata = { | |||
1100 | 1100 | ||
1101 | static void __init universal_map_io(void) | 1101 | static void __init universal_map_io(void) |
1102 | { | 1102 | { |
1103 | clk_xusbxti.rate = 24000000; | ||
1104 | exynos_init_io(NULL, 0); | 1103 | exynos_init_io(NULL, 0); |
1105 | s3c24xx_init_clocks(24000000); | 1104 | s3c24xx_init_clocks(clk_xusbxti.rate); |
1106 | s3c24xx_init_uarts(universal_uartcfgs, ARRAY_SIZE(universal_uartcfgs)); | 1105 | s3c24xx_init_uarts(universal_uartcfgs, ARRAY_SIZE(universal_uartcfgs)); |
1107 | s5p_set_timer_source(S5P_PWM2, S5P_PWM4); | 1106 | s5p_set_timer_source(S5P_PWM2, S5P_PWM4); |
1108 | } | 1107 | } |