projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27707d3
)
Blackfin arch: flags of UART3 mem resource is missing
author
Sonic Zhang
<sonic.zhang@analog.com>
Thu, 9 Oct 2008 05:55:33 +0000
(13:55 +0800)
committer
Bryan Wu
<cooloney@kernel.org>
Thu, 9 Oct 2008 05:55:33 +0000
(13:55 +0800)
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/mach-bf548/boards/cm_bf548.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/blackfin/mach-bf548/boards/cm_bf548.c
b/arch/blackfin/mach-bf548/boards/cm_bf548.c
index c5609ff805f815dff7619e912dce055626d90f46..24192aaa92757423dd6a3fa76137cc96b87a6804 100644
(file)
--- a/
arch/blackfin/mach-bf548/boards/cm_bf548.c
+++ b/
arch/blackfin/mach-bf548/boards/cm_bf548.c
@@
-172,6
+172,7
@@
static struct resource bfin_uart_resources[] = {
{
.start = 0xFFC03100,
.end = 0xFFC031FF,
+ .flags = IORESOURCE_MEM,
},
#endif
};