diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/setup-sh7780.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-sh7780.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7780.c b/arch/sh/kernel/cpu/sh4a/setup-sh7780.c index 2b355b67a33d..bcd411eb9cb0 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7780.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7780.c | |||
@@ -221,12 +221,14 @@ static struct plat_sci_port sci_platform_data[] = { | |||
221 | .mapbase = 0xffe00000, | 221 | .mapbase = 0xffe00000, |
222 | .flags = UPF_BOOT_AUTOCONF, | 222 | .flags = UPF_BOOT_AUTOCONF, |
223 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_CKE1, | 223 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_CKE1, |
224 | .scbrr_algo_id = SCBRR_ALGO_1, | ||
224 | .type = PORT_SCIF, | 225 | .type = PORT_SCIF, |
225 | .irqs = { 40, 40, 40, 40 }, | 226 | .irqs = { 40, 40, 40, 40 }, |
226 | }, { | 227 | }, { |
227 | .mapbase = 0xffe10000, | 228 | .mapbase = 0xffe10000, |
228 | .flags = UPF_BOOT_AUTOCONF, | 229 | .flags = UPF_BOOT_AUTOCONF, |
229 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_CKE1, | 230 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_CKE1, |
231 | .scbrr_algo_id = SCBRR_ALGO_1, | ||
230 | .type = PORT_SCIF, | 232 | .type = PORT_SCIF, |
231 | .irqs = { 76, 76, 76, 76 }, | 233 | .irqs = { 76, 76, 76, 76 }, |
232 | }, { | 234 | }, { |