From: Martin Fouts Date: Mon, 13 Jun 2005 17:31:16 +0000 (-0700) Subject: [PATCH] ARM: OMAP: [PATCH] Prevent OOPS in nand driver on Perseus 2 / 730 X-Git-Tag: v2.6.13-omap1~118 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=048fd87664d2a815bc0eeaefb539f5cda8d99d2d;p=linux-2.6-omap-h63xx.git [PATCH] ARM: OMAP: [PATCH] Prevent OOPS in nand driver on Perseus 2 / 730 Attached is a patch that will prevent a kernel OOPS if Omap NAND support is enabled on the 730. Signed-off-by: Martin Fouts Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap/clock.c b/arch/arm/mach-omap/clock.c index e2a2ce64a51..62d924085da 100644 --- a/arch/arm/mach-omap/clock.c +++ b/arch/arm/mach-omap/clock.c @@ -142,7 +142,7 @@ static struct clk arm_ck = { static struct clk armper_ck = { .name = "armper_ck", .parent = &ck_dpll1, - .flags = CLOCK_IN_OMAP1510 | CLOCK_IN_OMAP16XX | + .flags = CLOCK_IN_OMAP_730 | CLOCK_IN_OMAP1510 | CLOCK_IN_OMAP16XX | RATE_CKCTL, .enable_reg = ARM_IDLECT2, .enable_bit = EN_PERCK,