diff options
-rw-r--r-- | arch/sh/boards/renesas/migor/setup.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/sh/boards/renesas/migor/setup.c b/arch/sh/boards/renesas/migor/setup.c index aa79fc87a721..21df385deb74 100644 --- a/arch/sh/boards/renesas/migor/setup.c +++ b/arch/sh/boards/renesas/migor/setup.c | |||
@@ -26,9 +26,9 @@ | |||
26 | 26 | ||
27 | static struct resource smc91x_eth_resources[] = { | 27 | static struct resource smc91x_eth_resources[] = { |
28 | [0] = { | 28 | [0] = { |
29 | .name = "smc91x-regs" , | 29 | .name = "SMC91C111" , |
30 | .start = P2SEGADDR(0x10000300), | 30 | .start = 0x10000300, |
31 | .end = P2SEGADDR(0x1000030f), | 31 | .end = 0x1000030f, |
32 | .flags = IORESOURCE_MEM, | 32 | .flags = IORESOURCE_MEM, |
33 | }, | 33 | }, |
34 | [1] = { | 34 | [1] = { |