diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-05-08 23:28:54 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-08 23:28:54 +0900 |
commit | 3b226e15beb5ecf068738e796811afd1e5b3f81f (patch) | |
tree | 206dd4fd33151eff0885c26f5afd828b59850510 /arch/sh/kernel/cpu/sh4a/setup-sh7366.c | |
parent | 501b825d01efb93766c87d29f299851152cf4eb0 (diff) | |
download | blackbird-op-linux-3b226e15beb5ecf068738e796811afd1e5b3f81f.tar.gz blackbird-op-linux-3b226e15beb5ecf068738e796811afd1e5b3f81f.zip |
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-sh7366.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-sh7366.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7366.c b/arch/sh/kernel/cpu/sh4a/setup-sh7366.c index 7361ea989b96..d4a994be4a7d 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7366.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7366.c @@ -186,6 +186,7 @@ static struct plat_sci_port sci_platform_data[] = { .flags = UPF_BOOT_AUTOCONF, .type = PORT_SCIF, .irqs = { 80, 80, 80, 80 }, + .clk = "scif0", }, { .flags = 0, } |