ソースを参照

sh: Use phyical addresses for MigoR smc91x resources

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>
Magnus Damm 17 年 前
コミット
b026a23c07
1 ファイル変更3 行追加3 行削除
  1. 3 3
      arch/sh/boards/renesas/migor/setup.c

+ 3 - 3
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] = {