]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/sh/boards/renesas/ap325rxa/setup.c
sh: Use clk_always_enable() on sh7723 / ap325rxa
[linux-2.6-omap-h63xx.git] / arch / sh / boards / renesas / ap325rxa / setup.c
index f8d6d41893a3864bfd48e8aa444cc6610fea6d8b..333b15cd79523b96a471bcf966e6d54d0a814dee 100644 (file)
@@ -97,20 +97,8 @@ static int __init ap325rxa_devices_setup(void)
 }
 device_initcall(ap325rxa_devices_setup);
 
-#define MSTPCR0                (0xA4150030)
-#define MSTPCR1                (0xA4150034)
-#define MSTPCR2                (0xA4150038)
-
 static void __init ap325rxa_setup(char **cmdline_p)
 {
-       /* enable VEU0 + VEU1 */
-       ctrl_outl(ctrl_inl(MSTPCR2) & ~0x00000044, MSTPCR2);    /* bit 2 + 6 */
-
-       /* enable MERAM */
-       ctrl_outl(ctrl_inl(MSTPCR0) & ~0x00000001, MSTPCR0);    /* bit 0 */
-
-       /* I2C */
-       ctrl_outl(ctrl_inl(MSTPCR1) & ~0x00000200, MSTPCR1);
 }
 
 static struct sh_machine_vector mv_ap325rxa __initmv = {