diff options
author | Magnus Damm <damm@igel.co.jp> | 2008-10-31 07:19:38 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 04:42:50 -0500 |
commit | 6e88d030a1491ec0f130dc4765d06b22f7db6610 (patch) | |
tree | d272b66cee1d682744d8b3316692b1911b46792f /arch/sh/kernel/cpu | |
parent | f14c017d6b2e9e97b0d5f0b33f573797dde4d4f1 (diff) |
sh: sh_mobile mstpcr clocks for sh7343
Add sh7343 mstpcr bits and information about their parent clocks.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/clock-sh7722.c | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7722.c b/arch/sh/kernel/cpu/sh4a/clock-sh7722.c index 9ff8a448a0a3..595afc396224 100644 --- a/arch/sh/kernel/cpu/sh4a/clock-sh7722.c +++ b/arch/sh/kernel/cpu/sh4a/clock-sh7722.c | |||
@@ -762,6 +762,30 @@ static struct clk sh7722_mstpcr_clocks[] = { | |||
762 | MSTPCR("vpu0", "bus_clk", 2, 1), | 762 | MSTPCR("vpu0", "bus_clk", 2, 1), |
763 | MSTPCR("lcdc0", "bus_clk", 2, 0), | 763 | MSTPCR("lcdc0", "bus_clk", 2, 0), |
764 | #endif | 764 | #endif |
765 | #if defined(CONFIG_CPU_SUBTYPE_SH7343) | ||
766 | MSTPCR("uram0", "umem_clk", 0, 28), | ||
767 | MSTPCR("xymem0", "bus_clk", 0, 26), | ||
768 | MSTPCR("tmu0", "peripheral_clk", 0, 15), | ||
769 | MSTPCR("cmt0", "r_clk", 0, 14), | ||
770 | MSTPCR("rwdt0", "r_clk", 0, 13), | ||
771 | MSTPCR("scif0", "peripheral_clk", 0, 7), | ||
772 | MSTPCR("scif1", "peripheral_clk", 0, 6), | ||
773 | MSTPCR("scif2", "peripheral_clk", 0, 5), | ||
774 | MSTPCR("scif3", "peripheral_clk", 0, 4), | ||
775 | MSTPCR("i2c0", "peripheral_clk", 1, 9), | ||
776 | MSTPCR("i2c1", "peripheral_clk", 1, 8), | ||
777 | MSTPCR("sdhi0", "peripheral_clk", 2, 18), | ||
778 | MSTPCR("keysc0", "r_clk", 2, 14), | ||
779 | MSTPCR("usbf0", "peripheral_clk", 2, 11), | ||
780 | MSTPCR("siu0", "bus_clk", 2, 8), | ||
781 | MSTPCR("jpu0", "bus_clk", 2, 6), | ||
782 | MSTPCR("vou0", "bus_clk", 2, 5), | ||
783 | MSTPCR("beu0", "bus_clk", 2, 4), | ||
784 | MSTPCR("ceu0", "bus_clk", 2, 3), | ||
785 | MSTPCR("veu0", "bus_clk", 2, 2), | ||
786 | MSTPCR("vpu0", "bus_clk", 2, 1), | ||
787 | MSTPCR("lcdc0", "bus_clk", 2, 0), | ||
788 | #endif | ||
765 | }; | 789 | }; |
766 | 790 | ||
767 | static struct clk *sh7722_clocks[] = { | 791 | static struct clk *sh7722_clocks[] = { |