summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/prcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-ux500/prcc.h')
-rw-r--r--arch/arm/mach-ux500/prcc.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/prcc.h b/arch/arm/mach-ux500/prcc.h
new file mode 100644
index 00000000000..05220f8eaa1
--- /dev/null
+++ b/arch/arm/mach-ux500/prcc.h
@@ -0,0 +1,20 @@
+/*
+ * Copyright (C) 2009-2011 ST-Ericsson SA
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+#ifndef __MACH_UX500_PRCC_H__
+
+#define PRCC_PCKEN 0x000
+#define PRCC_PCKDIS 0x004
+#define PRCC_KCKEN 0x008
+#define PRCC_KCKDIS 0x00C
+#define PRCC_PCKSR 0x010
+#define PRCC_KCKSR 0x014
+#define PRCC_K_SOFTRST_CLR 0x018
+#define PRCC_K_SOFTRST_SET 0x01C
+#define PRCC_K_RST_STATUS 0x020
+
+#endif