projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aab2545
)
sh: Add SH7723 SCIF support
author
Yusuke.Goda
<goda.yusuke@renesas.com>
Wed, 4 Jun 2008 10:22:59 +0000
(19:22 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 9 Jun 2008 07:04:12 +0000
(16:04 +0900)
Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh4a/setup-sh7723.c
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/cpu/sh4a/setup-sh7723.c
b/arch/sh/kernel/cpu/sh4a/setup-sh7723.c
index
566ce79
..
5559a11
100644
(file)
--- 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,