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

Commit befe0756 authored by Shimoda, Yoshihiro's avatar Shimoda, Yoshihiro Committed by Paul Mundt
Browse files

sh: modify a resource of sh_eth_giga1_resources in board-sh7757lcr



The latest sh_eth driver needs a resource of TSU in the channel 1,
if the controller has TSU registers. So, this patch adds the resource.

Signed-off-by: default avatarYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 004f4ce9
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -168,6 +168,11 @@ static struct resource sh_eth_giga1_resources[] = {
		.start  = 0xfee00800,
		.start  = 0xfee00800,
		.end    = 0xfee00fff,
		.end    = 0xfee00fff,
		.flags  = IORESOURCE_MEM,
		.flags  = IORESOURCE_MEM,
	}, {
		/* TSU */
		.start  = 0xfee01800,
		.end    = 0xfee01fff,
		.flags  = IORESOURCE_MEM,
	}, {
	}, {
		.start  = 316,
		.start  = 316,
		.end    = 316,
		.end    = 316,