aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/gpmc.c
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2010-01-20 18:21:01 -0800
committerTony Lindgren <tony@atomide.com>2010-01-20 18:21:01 -0800
commitb2d959173fea3e04229b2ff33473b5a031669f66 (patch)
tree3c034551b406c8e8b20deeb0197273e06017c11b /arch/arm/mach-omap2/gpmc.c
parentccaae273c3f92d7e7acb796d6747077a93dcca4b (diff)
parent1daa8c1d75876f690ed8d3f13c806034af5984eb (diff)
downloadkernel_samsung_smdk4412-b2d959173fea3e04229b2ff33473b5a031669f66.zip
kernel_samsung_smdk4412-b2d959173fea3e04229b2ff33473b5a031669f66.tar.gz
kernel_samsung_smdk4412-b2d959173fea3e04229b2ff33473b5a031669f66.tar.bz2
Merge branch 'omap-fixes' into omap-fixes-for-linus
Diffstat (limited to 'arch/arm/mach-omap2/gpmc.c')
-rw-r--r--arch/arm/mach-omap2/gpmc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/gpmc.c b/arch/arm/mach-omap2/gpmc.c
index bd8cb59..3f1334f 100644
--- a/arch/arm/mach-omap2/gpmc.c
+++ b/arch/arm/mach-omap2/gpmc.c
@@ -534,6 +534,8 @@ void __init gpmc_init(void)
BUG();
}
+ clk_enable(gpmc_l3_clk);
+
l = gpmc_read_reg(GPMC_REVISION);
printk(KERN_INFO "GPMC revision %d.%d\n", (l >> 4) & 0x0f, l & 0x0f);
/* Set smart idle mode and automatic L3 clock gating */