Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69477
b: refs/heads/master
c: 987240c
h: refs/heads/master
i:
  69475: 3819534
v: v3
  • Loading branch information
Ben Dooks authored and Russell King committed Oct 12, 2007
1 parent e718635 commit 163feb2
Show file tree
Hide file tree
Showing 3 changed files with 8 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: 180005c4efb76a81fd0abcef4c2412d238eea20c
refs/heads/master: 987240cc01faf90100ace8f554ac145c2dfb085c
5 changes: 5 additions & 0 deletions trunk/include/asm-arm/arch-s3c2410/regs-power.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
#define S3C2412_PWRMODECON S3C24XX_PWRREG(0x20)
#define S3C2412_PWRCFG S3C24XX_PWRREG(0x24)

#define S3C2412_INFORM0 S3C24XX_PWRREG(0x70)
#define S3C2412_INFORM1 S3C24XX_PWRREG(0x74)
#define S3C2412_INFORM2 S3C24XX_PWRREG(0x78)
#define S3C2412_INFORM3 S3C24XX_PWRREG(0x7C)

#define S3C2412_PWRCFG_BATF_IGNORE (0<<0)
#define S3C2412_PWRCFG_BATF_SLEEP (3<<0)
#define S3C2412_PWRCFG_BATF_MASK (3<<0)
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-arm/arch-s3c2410/regs-s3c2412.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@
#define S3C2412_SWRST (S3C24XX_VA_CLKPWR + 0x30)
#define S3C2412_SWRST_RESET (0x533C2412)

/* see regs-power.h for the other registers in the power block. */

#endif /* __ASM_ARCH_REGS_S3C2412_H */

0 comments on commit 163feb2

Please sign in to comment.