From: Magnus Damm Date: Fri, 21 Mar 2008 09:43:46 +0000 (+0900) Subject: sh: Use phyical addresses for MigoR smc91x resources X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b026a23c07d1bf21188c57e90118782c58db6061;p=deliverable%2Flinux.git sh: Use phyical addresses for MigoR smc91x resources Use physical addresses and change resource name of MigoR ethernet chip. Signed-off-by: Magnus Damm Signed-off-by: Paul Mundt --- 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 @@ 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] = {