Commit b026a23c authored by Magnus Damm's avatar Magnus Damm Committed by Paul Mundt

sh: Use phyical addresses for MigoR smc91x resources

Use physical addresses and change resource name of MigoR ethernet chip.
Signed-off-by: default avatarMagnus Damm <damm@igel.co.jp>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent a0d29798
...@@ -26,9 +26,9 @@ ...@@ -26,9 +26,9 @@
static struct resource smc91x_eth_resources[] = { static struct resource smc91x_eth_resources[] = {
[0] = { [0] = {
.name = "smc91x-regs" , .name = "SMC91C111" ,
.start = P2SEGADDR(0x10000300), .start = 0x10000300,
.end = P2SEGADDR(0x1000030f), .end = 0x1000030f,
.flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM,
}, },
[1] = { [1] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment