summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Soderstedt <fredrik.soderstedt@stericsson.com>2012-02-21 14:16:51 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 10:59:32 +0200
commit5acff4989e3c37860a715e665a4f0abf980ad612 (patch)
treec8bd7375fdf49ce8f7cc6ee4de7ddda6ed2a69bd
parent8a0f1f858cb7e2e92257ed2f6b1f4ea444796fcb (diff)
pm: ARM : ux500: Fix PRCC set and clear register for soft reset
Correct values for PRCC_K_SOFTRST_SET and PRCC_K_SOFTRST_CLR. Fix minor typo for PRCC_K_SOFTRST_SDI0_MASK. ST-Ericsson ID: - Signed-off-by: Fredrik Soderstedt <fredrik.soderstedt@stericsson.com>
-rw-r--r--arch/arm/mach-ux500/prcc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/prcc.h b/arch/arm/mach-ux500/prcc.h
index 05220f8eaa1..4224e478348 100644
--- a/arch/arm/mach-ux500/prcc.h
+++ b/arch/arm/mach-ux500/prcc.h
@@ -13,8 +13,8 @@
#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_SOFTRST_SET 0x018
+#define PRCC_K_SOFTRST_CLR 0x01C
#define PRCC_K_RST_STATUS 0x020
#endif