summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPeter Chan <B18700@freescale.com>2013-06-17 14:36:45 +0800
committerPeter Chan <B18700@freescale.com>2013-06-20 15:10:07 +0800
commit2ebe187a821960cc87e9f15785592868d8a9b7a8 (patch)
treee99d1ba4cbc3dda95f00ddda27c244a6a2ffac39 /arch
parentffd474085dc1b715e83ec840ef364a69b6a9870e (diff)
ENGR00267089 mx6: Amend the definitions of ANADIG_ANA_MISC2_REGx_STEP_TIME_MASK
Correct the definitions of ANADIG_ANA_MISC2_REG0_STEP_TIME_MASK and ANADIG_ANA_MISC2_REG2_STEP_TIME_MASK to 0x03000000 and 0x30000000 respectively Signed-off-by: Peter Chan <B18700@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mx6/crm_regs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-mx6/crm_regs.h b/arch/arm/mach-mx6/crm_regs.h
index c4e923eeb650..0ae8e41e01a5 100644
--- a/arch/arm/mach-mx6/crm_regs.h
+++ b/arch/arm/mach-mx6/crm_regs.h
@@ -178,9 +178,9 @@
#define ANADIG_ANA_MISC2_REG1_BO_EN (1 << 13)
#define ANADIG_ANA_MISC2_CONTROL3_MASK 0xC0000000
#define ANADIG_ANA_MISC2_CONTROL3_OFFSET 30
-#define ANADIG_ANA_MISC2_REG0_STEP_TIME_MASK 0x30000000
-#define ANADIG_ANA_MISC2_REG1_STEP_TIME_MASK 0xC000000
-#define ANADIG_ANA_MISC2_REG2_STEP_TIME_MASK 0x3000000
+#define ANADIG_ANA_MISC2_REG0_STEP_TIME_MASK 0x03000000
+#define ANADIG_ANA_MISC2_REG1_STEP_TIME_MASK 0x0C000000
+#define ANADIG_ANA_MISC2_REG2_STEP_TIME_MASK 0x30000000
#define MXC_CCM_BASE MX6_IO_ADDRESS(CCM_BASE_ADDR)
/* CCM Register Offsets. */