projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a22f08
)
fix sci type for SH7723
author
Yoshihiro Shimoda
<
[email protected]
>
Tue, 11 Nov 2008 03:19:11 +0000
(12:19 +0900)
committer
Paul Mundt
<
[email protected]
>
Wed, 12 Nov 2008 03:29:56 +0000
(12:29 +0900)
This patch changes sci type of SH7723 from PORT_SCI to PORT_SCIFA.
Signed-off-by: Yoshihiro Shimoda <
[email protected]
>
Signed-off-by: Paul Mundt <
[email protected]
>
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 a7412cede534f6cd5e3ef16d060cf1324f8bcd4b..6d9e6972cfc9d8d1cecf57bffb3fe8ab9f72136e 100644
(file)
--- a/
arch/sh/kernel/cpu/sh4a/setup-sh7723.c
+++ b/
arch/sh/kernel/cpu/sh4a/setup-sh7723.c
@@
-119,17
+119,17
@@
static struct plat_sci_port sci_platform_data[] = {
},{
.mapbase = 0xa4e30000,
.flags = UPF_BOOT_AUTOCONF,
- .type = PORT_SCI,
+ .type = PORT_SCI
FA
,
.irqs = { 56, 56, 56, 56 },
},{
.mapbase = 0xa4e40000,
.flags = UPF_BOOT_AUTOCONF,
- .type = PORT_SCI,
+ .type = PORT_SCI
FA
,
.irqs = { 88, 88, 88, 88 },
},{
.mapbase = 0xa4e50000,
.flags = UPF_BOOT_AUTOCONF,
- .type = PORT_SCI,
+ .type = PORT_SCI
FA
,
.irqs = { 109, 109, 109, 109 },
}, {
.flags = 0,