aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-mxc/mxc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-mxc/mxc.h')
-rw-r--r--include/asm-arm/arch-mxc/mxc.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/asm-arm/arch-mxc/mxc.h b/include/asm-arm/arch-mxc/mxc.h
index 0837f1f9ca31..f1349734b8af 100644
--- a/include/asm-arm/arch-mxc/mxc.h
+++ b/include/asm-arm/arch-mxc/mxc.h
@@ -31,9 +31,7 @@
31#define MXC_GPT_GPTICR2 IO_ADDRESS(GPT1_BASE_ADDR + 0x20) 31#define MXC_GPT_GPTICR2 IO_ADDRESS(GPT1_BASE_ADDR + 0x20)
32#define MXC_GPT_GPTCNT IO_ADDRESS(GPT1_BASE_ADDR + 0x24) 32#define MXC_GPT_GPTCNT IO_ADDRESS(GPT1_BASE_ADDR + 0x24)
33 33
34/*! 34/* GPT Control register bit definitions */
35 * GPT Control register bit definitions
36 */
37#define GPTCR_FO3 (1 << 31) 35#define GPTCR_FO3 (1 << 31)
38#define GPTCR_FO2 (1 << 30) 36#define GPTCR_FO2 (1 << 30)
39#define GPTCR_FO1 (1 << 29) 37#define GPTCR_FO1 (1 << 29)
@@ -146,4 +144,4 @@
146#define IIM_PROD_REV_SH 3 144#define IIM_PROD_REV_SH 3
147#define IIM_PROD_REV_LEN 5 145#define IIM_PROD_REV_LEN 5
148 146
149#endif /* __ASM_ARCH_MXC_H__ */ 147#endif /* __ASM_ARCH_MXC_H__ */