]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
ARM: EXYNOS: skip the clock initialization for exynos5440
authorKukjin Kim <kgene.kim@samsung.com>
Sat, 5 Jan 2013 16:32:55 +0000 (08:32 -0800)
committerKukjin Kim <kgene.kim@samsung.com>
Sat, 5 Jan 2013 16:32:55 +0000 (08:32 -0800)
Since exynos5440 can support only common clk stuff, so this
patch skips legacy exynos5 clock initialization.

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/common.c

index d6d0dc651089a4a253d473783c156d453eda55be..1a89824a5f781bfef84f7afc9167c41874198798 100644 (file)
@@ -424,11 +424,18 @@ static void __init exynos5_init_clocks(int xtal)
 {
        printk(KERN_DEBUG "%s: initializing clocks\n", __func__);
 
+       /* EXYNOS5440 can support only common clock framework */
+
+       if (soc_is_exynos5440())
+               return;
+
+#ifdef CONFIG_SOC_EXYNOS5250
        s3c24xx_register_baseclocks(xtal);
        s5p_register_clocks(xtal);
 
        exynos5_register_clocks();
        exynos5_setup_clocks();
+#endif
 }
 
 #define COMBINER_ENABLE_SET    0x0