From 3b52f6777e29a1919103d6a83fd4446229417df8 Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Wed, 20 Jan 2010 22:39:29 +0000 Subject: [PATCH] --- yaml --- r: 179777 b: refs/heads/master c: 1daa8c1d75876f690ed8d3f13c806034af5984eb h: refs/heads/master i: 179775: 2f16a544d5d634dfb2f2c9efa0447464ca4c8a44 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/gpmc.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index f91b1fa02a1b..79a3c73e754b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 247421fda7a9612f03150aacb90fdad55e9f63d2 +refs/heads/master: 1daa8c1d75876f690ed8d3f13c806034af5984eb diff --git a/trunk/arch/arm/mach-omap2/gpmc.c b/trunk/arch/arm/mach-omap2/gpmc.c index bd8cb5974726..3f1334f62e7a 100644 --- a/trunk/arch/arm/mach-omap2/gpmc.c +++ b/trunk/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 */