]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] ARM: OMAP: [PATCH] Prevent OOPS in nand driver on Perseus 2 / 730
authorMartin Fouts <Martin.Fouts@palmsource.com>
Mon, 13 Jun 2005 17:31:16 +0000 (10:31 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 13 Jun 2005 17:31:16 +0000 (10:31 -0700)
Attached is a patch that will prevent a kernel OOPS if Omap NAND support
is enabled on the 730.

Signed-off-by: Martin Fouts <Martin.Fouts@palmsource.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap/clock.c

index e2a2ce64a5103a01f8338d3fc325f2ff110d11ea..62d924085dac4db49f7bbf1839b86706ebbab26f 100644 (file)
@@ -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,