Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216849
b: refs/heads/master
c: ff4d3e1
h: refs/heads/master
i:
  216847: aa5487b
v: v3
  • Loading branch information
Rajeev Kulkarni authored and Paul Walmsley committed Sep 21, 2010
1 parent 10be097 commit 614b7c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9b579114efc4bd00532de33c783b4cb4638910ff
refs/heads/master: ff4d3e186b7b92c74a4f64360f723c603193f344
5 changes: 3 additions & 2 deletions trunk/arch/arm/mach-omap2/prcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include "cm.h"
#include "prm.h"
#include "prm-regbits-24xx.h"
#include "prm-regbits-44xx.h"

static void __iomem *prm_base;
static void __iomem *cm_base;
Expand Down Expand Up @@ -161,8 +162,8 @@ void omap_prcm_arch_reset(char mode, const char *cmd)
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_MASK, prcm_offs,
OMAP4_RM_RSTCTRL);
prm_set_mod_reg_bits(OMAP4430_RST_GLOBAL_WARM_SW_MASK,
prcm_offs, OMAP4_RM_RSTCTRL);
}

static inline u32 __omap_prcm_read(void __iomem *base, s16 module, u16 reg)
Expand Down

0 comments on commit 614b7c3

Please sign in to comment.