Commit 048fd876 authored by Martin Fouts's avatar Martin Fouts Committed by Tony Lindgren

[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: default avatarMartin Fouts <Martin.Fouts@palmsource.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 0f1418e0
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment