From 5acff4989e3c37860a715e665a4f0abf980ad612 Mon Sep 17 00:00:00 2001 From: Fredrik Soderstedt Date: Tue, 21 Feb 2012 14:16:51 +0100 Subject: 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 --- arch/arm/mach-ux500/prcc.h | 4 ++-- 1 file 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 -- cgit v1.2.3