diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/setup-sh7343.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-sh7343.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7343.c b/arch/sh/kernel/cpu/sh4a/setup-sh7343.c index 09fb5814d925..fbae06b1c98d 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7343.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7343.c | |||
@@ -270,6 +270,7 @@ static struct plat_sci_port sci_platform_data[] = { | |||
270 | .mapbase = 0xffe00000, | 270 | .mapbase = 0xffe00000, |
271 | .flags = UPF_BOOT_AUTOCONF, | 271 | .flags = UPF_BOOT_AUTOCONF, |
272 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, | 272 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, |
273 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
273 | .type = PORT_SCIF, | 274 | .type = PORT_SCIF, |
274 | .irqs = { 80, 80, 80, 80 }, | 275 | .irqs = { 80, 80, 80, 80 }, |
275 | .clk = "scif0", | 276 | .clk = "scif0", |
@@ -277,6 +278,7 @@ static struct plat_sci_port sci_platform_data[] = { | |||
277 | .mapbase = 0xffe10000, | 278 | .mapbase = 0xffe10000, |
278 | .flags = UPF_BOOT_AUTOCONF, | 279 | .flags = UPF_BOOT_AUTOCONF, |
279 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, | 280 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, |
281 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
280 | .type = PORT_SCIF, | 282 | .type = PORT_SCIF, |
281 | .irqs = { 81, 81, 81, 81 }, | 283 | .irqs = { 81, 81, 81, 81 }, |
282 | .clk = "scif1", | 284 | .clk = "scif1", |
@@ -284,6 +286,7 @@ static struct plat_sci_port sci_platform_data[] = { | |||
284 | .mapbase = 0xffe20000, | 286 | .mapbase = 0xffe20000, |
285 | .flags = UPF_BOOT_AUTOCONF, | 287 | .flags = UPF_BOOT_AUTOCONF, |
286 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, | 288 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, |
289 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
287 | .type = PORT_SCIF, | 290 | .type = PORT_SCIF, |
288 | .irqs = { 82, 82, 82, 82 }, | 291 | .irqs = { 82, 82, 82, 82 }, |
289 | .clk = "scif2", | 292 | .clk = "scif2", |
@@ -291,6 +294,7 @@ static struct plat_sci_port sci_platform_data[] = { | |||
291 | .mapbase = 0xffe30000, | 294 | .mapbase = 0xffe30000, |
292 | .flags = UPF_BOOT_AUTOCONF, | 295 | .flags = UPF_BOOT_AUTOCONF, |
293 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, | 296 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, |
297 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
294 | .type = PORT_SCIF, | 298 | .type = PORT_SCIF, |
295 | .irqs = { 83, 83, 83, 83 }, | 299 | .irqs = { 83, 83, 83, 83 }, |
296 | .clk = "scif3", | 300 | .clk = "scif3", |