From befe0756d5fa5841f02e2029bbcc77225b9a13bb Mon Sep 17 00:00:00 2001 From: "Shimoda, Yoshihiro" Date: Mon, 20 Feb 2012 17:26:50 +0900 Subject: 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: Yoshihiro Shimoda Signed-off-by: Paul Mundt --- arch/sh/boards/board-sh7757lcr.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/sh/boards/board-sh7757lcr.c b/arch/sh/boards/board-sh7757lcr.c index 8d2ae109a83a..24b1ee410daa 100644 --- a/arch/sh/boards/board-sh7757lcr.c +++ b/arch/sh/boards/board-sh7757lcr.c @@ -168,6 +168,11 @@ static struct resource sh_eth_giga1_resources[] = { .start = 0xfee00800, .end = 0xfee00fff, .flags = IORESOURCE_MEM, + }, { + /* TSU */ + .start = 0xfee01800, + .end = 0xfee01fff, + .flags = IORESOURCE_MEM, }, { .start = 316, .end = 316, -- cgit v1.2.3-59-g8ed1b