projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0d2979
)
sh: Use phyical addresses for MigoR smc91x resources
author
Magnus Damm
<magnus.damm@gmail.com>
Fri, 21 Mar 2008 09:43:46 +0000
(18:43 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Fri, 18 Apr 2008 16:50:03 +0000
(09:50 -0700)
Use physical addresses and change resource name of MigoR ethernet chip.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boards/renesas/migor/setup.c
patch
|
blob
|
history
diff --git
a/arch/sh/boards/renesas/migor/setup.c
b/arch/sh/boards/renesas/migor/setup.c
index aa79fc87a721f9235262b9b94160b2d6ce52a562..21df385deb7408e57342d804b386195cd593f47e 100644
(file)
--- a/
arch/sh/boards/renesas/migor/setup.c
+++ b/
arch/sh/boards/renesas/migor/setup.c
@@
-26,9
+26,9
@@
static struct resource smc91x_eth_resources[] = {
[0] = {
- .name = "
smc91x-regs
" ,
- .start =
P2SEGADDR(0x10000300)
,
- .end =
P2SEGADDR(0x1000030f)
,
+ .name = "
SMC91C111
" ,
+ .start =
0x10000300
,
+ .end =
0x1000030f
,
.flags = IORESOURCE_MEM,
},
[1] = {