From 048fd87664d2a815bc0eeaefb539f5cda8d99d2d Mon Sep 17 00:00:00 2001 From: Martin Fouts Date: Mon, 13 Jun 2005 10:31:16 -0700 Subject: [PATCH] [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 --- arch/arm/mach-omap/clock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.41.1