* [PATCH] sh: modify a resource of sh_eth_giga1_resources in board-sh7757lcr
@ 2012-02-20 8:26 Shimoda, Yoshihiro
2012-02-24 4:41 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Shimoda, Yoshihiro @ 2012-02-20 8:26 UTC (permalink / raw)
To: linux-sh
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 <yoshihiro.shimoda.uh@renesas.com>
---
arch/sh/boards/board-sh7757lcr.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/arch/sh/boards/board-sh7757lcr.c b/arch/sh/boards/board-sh7757lcr.c
index 0838154..dd8ced3 100644
--- a/arch/sh/boards/board-sh7757lcr.c
+++ b/arch/sh/boards/board-sh7757lcr.c
@@ -169,6 +169,11 @@ static struct resource sh_eth_giga1_resources[] = {
.end = 0xfee00fff,
.flags = IORESOURCE_MEM,
}, {
+ /* TSU */
+ .start = 0xfee01800,
+ .end = 0xfee01fff,
+ .flags = IORESOURCE_MEM,
+ }, {
.start = 316,
.end = 316,
.flags = IORESOURCE_IRQ,
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] sh: modify a resource of sh_eth_giga1_resources in board-sh7757lcr
2012-02-20 8:26 [PATCH] sh: modify a resource of sh_eth_giga1_resources in board-sh7757lcr Shimoda, Yoshihiro
@ 2012-02-24 4:41 ` Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2012-02-24 4:41 UTC (permalink / raw)
To: linux-sh
On Mon, Feb 20, 2012 at 05:26:50PM +0900, Shimoda, Yoshihiro wrote:
> 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 <yoshihiro.shimoda.uh@renesas.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-24 4:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-20 8:26 [PATCH] sh: modify a resource of sh_eth_giga1_resources in board-sh7757lcr Shimoda, Yoshihiro
2012-02-24 4:41 ` Paul Mundt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).