Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21100
b: refs/heads/master
c: 66a9a4f
h: refs/heads/master
v: v3
  • Loading branch information
Matej Kupljen authored and Ralf Baechle committed Mar 18, 2006
1 parent 59b2a90 commit b02fd32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 86dde15b3dc36dda4bbc32a8da607675ce63ef23
refs/heads/master: 66a9a4ffda3474b193f36ed579cee06c597952f3
3 changes: 3 additions & 0 deletions trunk/arch/mips/au1000/common/reset.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ void au1000_halt(void)
#ifdef CONFIG_MIPS_MIRAGE
au_writel((1 << 26) | (1 << 10), GPIO2_OUTPUT);
#endif
#ifdef CONFIG_MIPS_DB1200
au_writew(au_readw(0xB980001C) | (1<<14), 0xB980001C);
#endif
#ifdef CONFIG_PM
au_sleep();

Expand Down

0 comments on commit b02fd32

Please sign in to comment.