git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f624162
)
arm, at91: add reset controller status register
author
Heiko Schocher
<hs@denx.de>
Wed, 21 Jan 2015 07:42:53 +0000
(08:42 +0100)
committer
Andreas Bießmann
<andreas.devel@googlemail.com>
Sat, 7 Feb 2015 22:43:22 +0000
(23:43 +0100)
add reset controller status register
Signed-off-by: Heiko Schocher <hs@denx.de>
Acked-by: Bo Shen <voice.shen@atmel.com>
arch/arm/include/asm/arch-at91/at91_rstc.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-at91/at91_rstc.h
b/arch/arm/include/asm/arch-at91/at91_rstc.h
index
a942342
..
e4eb3da
100644
(file)
--- a/
arch/arm/include/asm/arch-at91/at91_rstc.h
+++ b/
arch/arm/include/asm/arch-at91/at91_rstc.h
@@
-13,6
+13,8
@@
#ifndef AT91_RSTC_H
#define AT91_RSTC_H
+/* Reset Controller Status Register */
+#define AT91_ASM_RSTC_SR (ATMEL_BASE_RSTC + 0x04)
#define AT91_ASM_RSTC_MR (ATMEL_BASE_RSTC + 0x08)
#ifndef __ASSEMBLY__