aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-db5500/prcmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-db5500/prcmu.h')
-rw-r--r--include/asm-arm/arch-db5500/prcmu.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-arm/arch-db5500/prcmu.h b/include/asm-arm/arch-db5500/prcmu.h
index 837e991e7..189095131 100644
--- a/include/asm-arm/arch-db5500/prcmu.h
+++ b/include/asm-arm/arch-db5500/prcmu.h
@@ -39,6 +39,11 @@
#define PRCM_PLLARM_FREQ_REG (PRCMU_BASE + 0x088)
#define PRCM_PLLDDR_FREQ_REG (PRCMU_BASE + 0x08C)
#define PRCM_ARM_CHGCLKREQ_REG (PRCMU_BASE + 0x114)
+#define PRCM_RESET_STATUS (PRCMU_BASE + 0x103C)
+#define PRCM_A9_CPU_WATCHDOG_RESET (0x00000003)
#define PRCM_TCR (PRCMU_BASE + 0x1C8)
+
+int prcmu_crashed(void);
+
#endif /* __MACH_PRCMU_U5500_H */