diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-05-11 16:18:13 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-11 16:18:13 -0400 |
commit | 154502e160e02dee7b00ec2149762ae5d48e0bb4 (patch) | |
tree | 9ff90db38ca25b7a1a88da887ddc1e522ff8e09b /arch/sh/kernel/cpu/sh4a/setup-sh7724.c | |
parent | 4ff29ff8e8723a41e7defd8bc78a7b16cbf940a2 (diff) |
sh: clkfwk: Convert SH-Mobile CPUs to use CLK_ENABLE_ON_INIT.
Kill off all of the clk_always_enabled leftovers and use the new flag
directly.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/setup-sh7724.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-sh7724.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7724.c b/arch/sh/kernel/cpu/sh4a/setup-sh7724.c index a3039ce1a6a5..080f541ae08d 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7724.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7724.c | |||
@@ -281,10 +281,6 @@ static struct platform_device *sh7724_devices[] __initdata = { | |||
281 | 281 | ||
282 | static int __init sh7724_devices_setup(void) | 282 | static int __init sh7724_devices_setup(void) |
283 | { | 283 | { |
284 | clk_always_enable("vpu0"); /* VPU */ | ||
285 | clk_always_enable("veu1"); /* VEU3F1 */ | ||
286 | clk_always_enable("veu0"); /* VEU3F0 */ | ||
287 | |||
288 | platform_resource_setup_memory(&vpu_device, "vpu", 2 << 20); | 284 | platform_resource_setup_memory(&vpu_device, "vpu", 2 << 20); |
289 | platform_resource_setup_memory(&veu0_device, "veu0", 2 << 20); | 285 | platform_resource_setup_memory(&veu0_device, "veu0", 2 << 20); |
290 | platform_resource_setup_memory(&veu1_device, "veu1", 2 << 20); | 286 | platform_resource_setup_memory(&veu1_device, "veu1", 2 << 20); |