projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e75894
)
Blackfin: bf537-stamp: fix NAND resources
author
Mike Frysinger
<vapier@gentoo.org>
Tue, 16 Mar 2010 14:28:44 +0000
(14:28 +0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Fri, 22 Oct 2010 07:48:46 +0000
(
03:48
-0400)
The NAND platform driver expects the registers to have a "mem"
resource type rather than "io".
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/mach-bf537/boards/stamp.c
patch
|
blob
|
history
diff --git
a/arch/blackfin/mach-bf537/boards/stamp.c
b/arch/blackfin/mach-bf537/boards/stamp.c
index 9c83b52ff6bc4b63450423248addcd55f5b6c83a..62c480e35276e10fb8e5b8ceaf1a4f2c8e34678b 100644
(file)
--- a/
arch/blackfin/mach-bf537/boards/stamp.c
+++ b/
arch/blackfin/mach-bf537/boards/stamp.c
@@
-418,7
+418,7
@@
static struct platform_nand_data bfin_plat_nand_data = {
static struct resource bfin_plat_nand_resources = {
.start = 0x20212000,
.end = 0x20212000 + (1 << MAX(BFIN_NAND_PLAT_CLE, BFIN_NAND_PLAT_ALE)),
- .flags = IORESOURCE_
IO
,
+ .flags = IORESOURCE_
MEM
,
};
static struct platform_device bfin_async_nand_device = {