aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2410
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c2410')
-rw-r--r--arch/arm/mach-s3c2410/include/mach/gpio-nrs.h2
-rw-r--r--arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/gpio-nrs.h b/arch/arm/mach-s3c2410/include/mach/gpio-nrs.h
index 4f7bf3272e8..019ea86057f 100644
--- a/arch/arm/mach-s3c2410/include/mach/gpio-nrs.h
+++ b/arch/arm/mach-s3c2410/include/mach/gpio-nrs.h
@@ -53,7 +53,7 @@
53#define S3C2410_GPIO_M_NR (32) /* technically 2. */ 53#define S3C2410_GPIO_M_NR (32) /* technically 2. */
54 54
55#if CONFIG_S3C_GPIO_SPACE != 0 55#if CONFIG_S3C_GPIO_SPACE != 0
56#error CONFIG_S3C_GPIO_SPACE cannot be zero at the moment 56#error CONFIG_S3C_GPIO_SPACE cannot be nonzero at the moment
57#endif 57#endif
58 58
59#define S3C2410_GPIO_NEXT(__gpio) \ 59#define S3C2410_GPIO_NEXT(__gpio) \
diff --git a/arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h b/arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h
index df6434f326f..c3feff3c048 100644
--- a/arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h
+++ b/arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h
@@ -65,6 +65,7 @@
65#define S3C2443_CLKDIV0_PREDIV_MASK (3<<4) 65#define S3C2443_CLKDIV0_PREDIV_MASK (3<<4)
66#define S3C2443_CLKDIV0_PREDIV_SHIFT (4) 66#define S3C2443_CLKDIV0_PREDIV_SHIFT (4)
67 67
68#define S3C2416_CLKDIV0_ARMDIV_MASK (7 << 9)
68#define S3C2443_CLKDIV0_ARMDIV_MASK (15<<9) 69#define S3C2443_CLKDIV0_ARMDIV_MASK (15<<9)
69#define S3C2443_CLKDIV0_ARMDIV_SHIFT (9) 70#define S3C2443_CLKDIV0_ARMDIV_SHIFT (9)
70#define S3C2443_CLKDIV0_ARMDIV_1 (0<<9) 71#define S3C2443_CLKDIV0_ARMDIV_1 (0<<9)