summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2015-01-21 08:42:53 +0100
committerAndreas Bießmann <andreas.devel@googlemail.com>2015-02-07 23:43:22 +0100
commitf4e1886df5690a98419d04aaaa77b3027c60c901 (patch)
treec7b2f31b2d205d9765fbbfa0f581373bde632326 /arch
parentf624162f954b2f8ed31b8f00b548b89e23f5d1bb (diff)
downloadblackbird-obmc-uboot-f4e1886df5690a98419d04aaaa77b3027c60c901.tar.gz
blackbird-obmc-uboot-f4e1886df5690a98419d04aaaa77b3027c60c901.zip
arm, at91: add reset controller status register
add reset controller status register Signed-off-by: Heiko Schocher <hs@denx.de> Acked-by: Bo Shen <voice.shen@atmel.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/arch-at91/at91_rstc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-at91/at91_rstc.h b/arch/arm/include/asm/arch-at91/at91_rstc.h
index a9423428e7..e4eb3da03f 100644
--- 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__
OpenPOWER on IntegriCloud