diff options
author | Magnus Damm <damm@igel.co.jp> | 2008-10-31 07:24:01 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 04:42:52 -0500 |
commit | ef6aff6884408db95ceb0f678f583536e0bd48f8 (patch) | |
tree | 2095f8513e56dd0ae19216cab6c3dad4949e5823 /arch/sh/kernel/cpu/sh4a/setup-sh7723.c | |
parent | b51339fff240ff179730f8963a758147fd60f3ec (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-sh7723.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-sh7723.c | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7723.c b/arch/sh/kernel/cpu/sh4a/setup-sh7723.c index e9c9d7ead2b3..849770d780ae 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7723.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7723.c | |||
@@ -232,17 +232,11 @@ static struct platform_device *sh7723_devices[] __initdata = { | |||
232 | 232 | ||
233 | static int __init sh7723_devices_setup(void) | 233 | static int __init sh7723_devices_setup(void) |
234 | { | 234 | { |
235 | clk_always_enable("mstp031"); /* TLB */ | 235 | clk_always_enable("meram0"); /* MERAM */ |
236 | clk_always_enable("mstp030"); /* IC */ | 236 | clk_always_enable("rtc0"); /* RTC */ |
237 | clk_always_enable("mstp029"); /* OC */ | 237 | clk_always_enable("veu1"); /* VEU2H1 */ |
238 | clk_always_enable("mstp024"); /* FPU */ | 238 | clk_always_enable("veu0"); /* VEU2H0 */ |
239 | clk_always_enable("mstp022"); /* INTC */ | 239 | clk_always_enable("vpu0"); /* VPU */ |
240 | clk_always_enable("mstp020"); /* SuperHyway */ | ||
241 | clk_always_enable("mstp000"); /* MERAM */ | ||
242 | clk_always_enable("mstp108"); /* RTC */ | ||
243 | clk_always_enable("mstp206"); /* VEU2H1 */ | ||
244 | clk_always_enable("mstp202"); /* VEU2H0 */ | ||
245 | clk_always_enable("mstp201"); /* VPU */ | ||
246 | 240 | ||
247 | platform_resource_setup_memory(&vpu_device, "vpu", 2 << 20); | 241 | platform_resource_setup_memory(&vpu_device, "vpu", 2 << 20); |
248 | platform_resource_setup_memory(&veu0_device, "veu0", 2 << 20); | 242 | platform_resource_setup_memory(&veu0_device, "veu0", 2 << 20); |