summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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