projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc0a5a5
)
ARM: mach-shmobile: Correct the G4EVM SDHI0 I/O range.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 25 May 2011 05:54:30 +0000
(14:54 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 25 May 2011 05:54:30 +0000
(14:54 +0900)
This obviously should have been 0xe6d500ff, fix it up accordingly.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/board-g4evm.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/board-g4evm.c
b/arch/arm/mach-shmobile/board-g4evm.c
index
c87a7b7
..
8e3c555
100644
(file)
--- a/
arch/arm/mach-shmobile/board-g4evm.c
+++ b/
arch/arm/mach-shmobile/board-g4evm.c
@@
-205,7
+205,7
@@
static struct resource sdhi0_resources[] = {
[0] = {
.name = "SDHI0",
.start = 0xe6d50000,
- .end = 0xe6d50
n
ff,
+ .end = 0xe6d50
0
ff,
.flags = IORESOURCE_MEM,
},
[1] = {