Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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] = {