Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184795
b: refs/heads/master
c: 0cc9314
h: refs/heads/master
i:
  184793: 4535362
  184791: 58c928d
v: v3
  • Loading branch information
Kevin Hilman authored and Paul Walmsley committed Feb 24, 2010
1 parent 760d62e commit 8070472
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: a51ba284076437ce36efc8dd9b15983546c043f7
refs/heads/master: 0cc9314eaf82ecf9914ad2c845574ed5e63c0374
4 changes: 3 additions & 1 deletion trunk/arch/arm/mach-omap2/prcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,15 @@ u32 omap_prcm_get_reset_sources(void)
return prm_read_mod_reg(WKUP_MOD, OMAP2_RM_RSTST) & 0x7f;
if (cpu_is_omap44xx())
return prm_read_mod_reg(WKUP_MOD, OMAP4_RM_RSTST) & 0x7f;

return 0;
}
EXPORT_SYMBOL(omap_prcm_get_reset_sources);

/* Resets clock rates and reboots the system. Only called from system.h */
void omap_prcm_arch_reset(char mode)
{
s16 prcm_offs;
s16 prcm_offs = 0;

if (cpu_is_omap24xx()) {
omap2xxx_clk_prepare_for_reboot();
Expand Down

0 comments on commit 8070472

Please sign in to comment.