Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348486
b: refs/heads/master
c: 61bcbc2
h: refs/heads/master
v: v3
  • Loading branch information
Kukjin Kim committed Jan 5, 2013
1 parent 27ecd85 commit 713b1fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b2318482a3a9818af9138a323263a0f761a5e5f8
refs/heads/master: 61bcbc2af8be4cafb5723d4bd306053b70f52a7a
7 changes: 7 additions & 0 deletions trunk/arch/arm/mach-exynos/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 713b1fe

Please sign in to comment.