aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/sh4a/setup-sh7343.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/setup-sh7343.c')
-rw-r--r--arch/sh/kernel/cpu/sh4a/setup-sh7343.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7343.c b/arch/sh/kernel/cpu/sh4a/setup-sh7343.c
index b9c361e8cc82..42ce5fcbd735 100644
--- a/arch/sh/kernel/cpu/sh4a/setup-sh7343.c
+++ b/arch/sh/kernel/cpu/sh4a/setup-sh7343.c
@@ -223,12 +223,6 @@ static struct platform_device *sh7343_devices[] __initdata = {
223 223
224static int __init sh7343_devices_setup(void) 224static int __init sh7343_devices_setup(void)
225{ 225{
226 clk_always_enable("uram0"); /* URAM */
227 clk_always_enable("xymem0"); /* XYMEM */
228 clk_always_enable("veu0"); /* VEU */
229 clk_always_enable("vpu0"); /* VPU */
230 clk_always_enable("jpu0"); /* JPU */
231
232 platform_resource_setup_memory(&vpu_device, "vpu", 1 << 20); 226 platform_resource_setup_memory(&vpu_device, "vpu", 1 << 20);
233 platform_resource_setup_memory(&veu_device, "veu", 2 << 20); 227 platform_resource_setup_memory(&veu_device, "veu", 2 << 20);
234 platform_resource_setup_memory(&jpu_device, "jpu", 2 << 20); 228 platform_resource_setup_memory(&jpu_device, "jpu", 2 << 20);