aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/sh4a/setup-sh7722.c
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2008-10-31 07:24:01 -0400
committerPaul Mundt <lethal@linux-sh.org>2008-12-22 04:42:52 -0500
commitef6aff6884408db95ceb0f678f583536e0bd48f8 (patch)
tree2095f8513e56dd0ae19216cab6c3dad4949e5823 /arch/sh/kernel/cpu/sh4a/setup-sh7722.c
parentb51339fff240ff179730f8963a758147fd60f3ec (diff)
sh: remove old sh_mobile mstpc clocks
Remove the old sh_mobile mstpcr 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/sh4a/setup-sh7722.c')
-rw-r--r--arch/sh/kernel/cpu/sh4a/setup-sh7722.c14
1 files changed, 5 insertions, 9 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7722.c b/arch/sh/kernel/cpu/sh4a/setup-sh7722.c
index 4953e74f9193..9162013ec695 100644
--- a/arch/sh/kernel/cpu/sh4a/setup-sh7722.c
+++ b/arch/sh/kernel/cpu/sh4a/setup-sh7722.c
@@ -191,15 +191,11 @@ static struct platform_device *sh7722_devices[] __initdata = {
191 191
192static int __init sh7722_devices_setup(void) 192static int __init sh7722_devices_setup(void)
193{ 193{
194 clk_always_enable("mstp031"); /* TLB */ 194 clk_always_enable("uram0"); /* URAM */
195 clk_always_enable("mstp030"); /* IC */ 195 clk_always_enable("xymem0"); /* XYMEM */
196 clk_always_enable("mstp029"); /* OC */ 196 clk_always_enable("rtc0"); /* RTC */
197 clk_always_enable("mstp028"); /* URAM */ 197 clk_always_enable("veu0"); /* VEU */
198 clk_always_enable("mstp026"); /* XYMEM */ 198 clk_always_enable("vpu0"); /* VPU */
199 clk_always_enable("mstp022"); /* INTC */
200 clk_always_enable("mstp020"); /* SuperHyway */
201 clk_always_enable("mstp202"); /* VEU */
202 clk_always_enable("mstp201"); /* VPU */
203 199
204 platform_resource_setup_memory(&vpu_device, "vpu", 1 << 20); 200 platform_resource_setup_memory(&vpu_device, "vpu", 1 << 20);
205 platform_resource_setup_memory(&veu_device, "veu", 2 << 20); 201 platform_resource_setup_memory(&veu_device, "veu", 2 << 20);