* [PATCH] sh: Add SH7723 SCIF support
@ 2008-06-04 10:22 Yusuke.Goda
2008-06-06 5:45 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Yusuke.Goda @ 2008-06-04 10:22 UTC (permalink / raw)
To: linux-sh
Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
---
arch/sh/kernel/cpu/sh4a/setup-sh7723.c | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7723.c b/arch/sh/kernel/cpu/sh4a/setup-sh7723.c
index 566ce79..5559a11 100644
--- a/arch/sh/kernel/cpu/sh4a/setup-sh7723.c
+++ b/arch/sh/kernel/cpu/sh4a/setup-sh7723.c
@@ -16,6 +16,21 @@
static struct plat_sci_port sci_platform_data[] = {
{
+ .mapbase = 0xffe00000,
+ .flags = UPF_BOOT_AUTOCONF,
+ .type = PORT_SCIF,
+ .irqs = { 80, 80, 80, 80 },
+ },{
+ .mapbase = 0xffe10000,
+ .flags = UPF_BOOT_AUTOCONF,
+ .type = PORT_SCIF,
+ .irqs = { 81, 81, 81, 81 },
+ },{
+ .mapbase = 0xffe20000,
+ .flags = UPF_BOOT_AUTOCONF,
+ .type = PORT_SCIF,
+ .irqs = { 82, 82, 82, 82 },
+ },{
.mapbase = 0xa4e30000,
.flags = UPF_BOOT_AUTOCONF,
.type = PORT_SCI,
--
1.5.4.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] sh: Add SH7723 SCIF support
2008-06-04 10:22 [PATCH] sh: Add SH7723 SCIF support Yusuke.Goda
@ 2008-06-06 5:45 ` Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2008-06-06 5:45 UTC (permalink / raw)
To: linux-sh
On Wed, Jun 04, 2008 at 07:22:59PM +0900, Yusuke.Goda wrote:
> Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
> ---
> arch/sh/kernel/cpu/sh4a/setup-sh7723.c | 15 +++++++++++++++
> 1 files changed, 15 insertions(+), 0 deletions(-)
>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-06-06 5:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-04 10:22 [PATCH] sh: Add SH7723 SCIF support Yusuke.Goda
2008-06-06 5:45 ` 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).