* [PATCH 04/06] sh: Use phyical addresses for MigoR smc91x resources
@ 2008-03-21 9:43 Magnus Damm
0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2008-03-21 9:43 UTC (permalink / raw)
To: linux-sh
Use physical addresses and change resource name of MigoR ethernet chip.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
---
arch/sh/boards/renesas/migor/setup.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- 0005/arch/sh/boards/renesas/migor/setup.c
+++ work/arch/sh/boards/renesas/migor/setup.c 2008-03-20 17:31:56.000000000 +0900
@@ -27,9 +27,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] = {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-21 9:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-21 9:43 [PATCH 04/06] sh: Use phyical addresses for MigoR smc91x resources Magnus Damm
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.