aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/sh4a/setup-sh7723.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-05-08 10:28:54 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-05-08 10:28:54 -0400
commit3b226e15beb5ecf068738e796811afd1e5b3f81f (patch)
tree206dd4fd33151eff0885c26f5afd828b59850510 /arch/sh/kernel/cpu/sh4a/setup-sh7723.c
parent501b825d01efb93766c87d29f299851152cf4eb0 (diff)
sh: Add clock id to sh-sci platform data on SH-Mobile CPUs.
This adds the clock specifier to all of the SH-Mobile sh-sci ports. Impacted CPUs are SH7343/SH7366/SH7722/SH7723/SH7724. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/setup-sh7723.c')
-rw-r--r--arch/sh/kernel/cpu/sh4a/setup-sh7723.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7723.c b/arch/sh/kernel/cpu/sh4a/setup-sh7723.c
index 484ca2dabdeb..1429fc5e4286 100644
--- a/arch/sh/kernel/cpu/sh4a/setup-sh7723.c
+++ b/arch/sh/kernel/cpu/sh4a/setup-sh7723.c
@@ -321,31 +321,37 @@ static struct plat_sci_port sci_platform_data[] = {
321 .flags = UPF_BOOT_AUTOCONF, 321 .flags = UPF_BOOT_AUTOCONF,
322 .type = PORT_SCIF, 322 .type = PORT_SCIF,
323 .irqs = { 80, 80, 80, 80 }, 323 .irqs = { 80, 80, 80, 80 },
324 .clk = "scif0",
324 },{ 325 },{
325 .mapbase = 0xffe10000, 326 .mapbase = 0xffe10000,
326 .flags = UPF_BOOT_AUTOCONF, 327 .flags = UPF_BOOT_AUTOCONF,
327 .type = PORT_SCIF, 328 .type = PORT_SCIF,
328 .irqs = { 81, 81, 81, 81 }, 329 .irqs = { 81, 81, 81, 81 },
330 .clk = "scif1",
329 },{ 331 },{
330 .mapbase = 0xffe20000, 332 .mapbase = 0xffe20000,
331 .flags = UPF_BOOT_AUTOCONF, 333 .flags = UPF_BOOT_AUTOCONF,
332 .type = PORT_SCIF, 334 .type = PORT_SCIF,
333 .irqs = { 82, 82, 82, 82 }, 335 .irqs = { 82, 82, 82, 82 },
336 .clk = "scif2",
334 },{ 337 },{
335 .mapbase = 0xa4e30000, 338 .mapbase = 0xa4e30000,
336 .flags = UPF_BOOT_AUTOCONF, 339 .flags = UPF_BOOT_AUTOCONF,
337 .type = PORT_SCIFA, 340 .type = PORT_SCIFA,
338 .irqs = { 56, 56, 56, 56 }, 341 .irqs = { 56, 56, 56, 56 },
342 .clk = "scif3",
339 },{ 343 },{
340 .mapbase = 0xa4e40000, 344 .mapbase = 0xa4e40000,
341 .flags = UPF_BOOT_AUTOCONF, 345 .flags = UPF_BOOT_AUTOCONF,
342 .type = PORT_SCIFA, 346 .type = PORT_SCIFA,
343 .irqs = { 88, 88, 88, 88 }, 347 .irqs = { 88, 88, 88, 88 },
348 .clk = "scif4",
344 },{ 349 },{
345 .mapbase = 0xa4e50000, 350 .mapbase = 0xa4e50000,
346 .flags = UPF_BOOT_AUTOCONF, 351 .flags = UPF_BOOT_AUTOCONF,
347 .type = PORT_SCIFA, 352 .type = PORT_SCIFA,
348 .irqs = { 109, 109, 109, 109 }, 353 .irqs = { 109, 109, 109, 109 },
354 .clk = "scif5",
349 }, { 355 }, {
350 .flags = 0, 356 .flags = 0,
351 } 357 }