]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-omap2/prcm.c
REMOVE OMAP LEGACY CODE: Reset clocks and PM code to mainline
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap2 / prcm.c
index 12c0e03a0df389e52d9274bce0efc34548539ab4..f945156d55859cbf97e0f70f9f917c7d2630107f 100644 (file)
@@ -19,7 +19,6 @@
 #include <linux/io.h>
 
 #include <mach/common.h>
-#include <mach/control.h>
 #include <mach/prcm.h>
 
 #include "clock.h"
@@ -44,18 +43,9 @@ void omap_prcm_arch_reset(char mode)
 
        if (cpu_is_omap24xx())
                prcm_offs = WKUP_MOD;
-       else if (cpu_is_omap34xx()) {
-               u32 l;
-
+       else if (cpu_is_omap34xx())
                prcm_offs = OMAP3430_GR_MOD;
-               l = ('B' << 24) | ('M' << 16) | mode;
-               /* Reserve the first word in scratchpad for communicating
-                * with the boot ROM. A pointer to a data structure
-                * describing the boot process can be stored there,
-                * cf. OMAP34xx TRM, Initialization / Software Booting
-                * Configuration. */
-               omap_writel(l, OMAP343X_SCRATCHPAD + 4);
-       } else
+       else
                WARN_ON(1);
 
        prm_set_mod_reg_bits(OMAP_RST_DPLL3, prcm_offs, RM_RSTCTRL);