Merge branch 'cow_readahead' of git://oss.oracle.com/git/tma/linux-2.6 into merge-2
[deliverable/linux.git] / arch / arm / mach-omap2 / prcm.c
index 07a60f1204ca897eece8c5ddbec243745dbb0323..c20137497c92fe3f88bcb16b1d9fa72b1b8013f0 100644 (file)
@@ -158,10 +158,10 @@ void omap_prcm_arch_reset(char mode, const char *cmd)
                WARN_ON(1);
 
        if (cpu_is_omap24xx() || cpu_is_omap34xx())
-               prm_set_mod_reg_bits(OMAP_RST_DPLL3, prcm_offs,
+               prm_set_mod_reg_bits(OMAP_RST_DPLL3_MASK, prcm_offs,
                                                 OMAP2_RM_RSTCTRL);
        if (cpu_is_omap44xx())
-               prm_set_mod_reg_bits(OMAP_RST_DPLL3, prcm_offs,
+               prm_set_mod_reg_bits(OMAP_RST_DPLL3_MASK, prcm_offs,
                                                 OMAP4_RM_RSTCTRL);
 }
 
This page took 0.026513 seconds and 5 git commands to generate.