diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh2a/setup-sh7203.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh2a/setup-sh7203.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh2a/setup-sh7203.c b/arch/sh/kernel/cpu/sh2a/setup-sh7203.c index 2c9f3ababfd7..a78d2a219f3b 100644 --- a/arch/sh/kernel/cpu/sh2a/setup-sh7203.c +++ b/arch/sh/kernel/cpu/sh2a/setup-sh7203.c | |||
@@ -178,24 +178,28 @@ static struct plat_sci_port sci_platform_data[] = { | |||
178 | .mapbase = 0xfffe8000, | 178 | .mapbase = 0xfffe8000, |
179 | .flags = UPF_BOOT_AUTOCONF, | 179 | .flags = UPF_BOOT_AUTOCONF, |
180 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | 180 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, |
181 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
181 | .type = PORT_SCIF, | 182 | .type = PORT_SCIF, |
182 | .irqs = { 192, 192, 192, 192 }, | 183 | .irqs = { 192, 192, 192, 192 }, |
183 | }, { | 184 | }, { |
184 | .mapbase = 0xfffe8800, | 185 | .mapbase = 0xfffe8800, |
185 | .flags = UPF_BOOT_AUTOCONF, | 186 | .flags = UPF_BOOT_AUTOCONF, |
186 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | 187 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, |
188 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
187 | .type = PORT_SCIF, | 189 | .type = PORT_SCIF, |
188 | .irqs = { 196, 196, 196, 196 }, | 190 | .irqs = { 196, 196, 196, 196 }, |
189 | }, { | 191 | }, { |
190 | .mapbase = 0xfffe9000, | 192 | .mapbase = 0xfffe9000, |
191 | .flags = UPF_BOOT_AUTOCONF, | 193 | .flags = UPF_BOOT_AUTOCONF, |
192 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | 194 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, |
195 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
193 | .type = PORT_SCIF, | 196 | .type = PORT_SCIF, |
194 | .irqs = { 200, 200, 200, 200 }, | 197 | .irqs = { 200, 200, 200, 200 }, |
195 | }, { | 198 | }, { |
196 | .mapbase = 0xfffe9800, | 199 | .mapbase = 0xfffe9800, |
197 | .flags = UPF_BOOT_AUTOCONF, | 200 | .flags = UPF_BOOT_AUTOCONF, |
198 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, | 201 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE, |
202 | .scbrr_algo_id = SCBRR_ALGO_2, | ||
199 | .type = PORT_SCIF, | 203 | .type = PORT_SCIF, |
200 | .irqs = { 204, 204, 204, 204 }, | 204 | .irqs = { 204, 204, 204, 204 }, |
201 | }, { | 205 | }, { |