diff options
Diffstat (limited to 'arch/arm/mach-s3c2440')
-rw-r--r-- | arch/arm/mach-s3c2440/Kconfig | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c2440/mach-rx1950.c | 1 | ||||
-rw-r--r-- | arch/arm/mach-s3c2440/s3c2440.c | 4 | ||||
-rw-r--r-- | arch/arm/mach-s3c2440/s3c2442.c | 4 |
4 files changed, 5 insertions, 6 deletions
diff --git a/arch/arm/mach-s3c2440/Kconfig b/arch/arm/mach-s3c2440/Kconfig index c461fb8e15c0..914e620f1257 100644 --- a/arch/arm/mach-s3c2440/Kconfig +++ b/arch/arm/mach-s3c2440/Kconfig | |||
@@ -5,7 +5,6 @@ | |||
5 | config CPU_S3C2440 | 5 | config CPU_S3C2440 |
6 | bool | 6 | bool |
7 | select CPU_ARM920T | 7 | select CPU_ARM920T |
8 | select S3C_GPIO_PULL_UP | ||
9 | select S3C2410_CLOCK | 8 | select S3C2410_CLOCK |
10 | select S3C2410_PM if PM | 9 | select S3C2410_PM if PM |
11 | select S3C2440_DMA if S3C2410_DMA | 10 | select S3C2440_DMA if S3C2410_DMA |
@@ -17,7 +16,6 @@ config CPU_S3C2440 | |||
17 | config CPU_S3C2442 | 16 | config CPU_S3C2442 |
18 | bool | 17 | bool |
19 | select CPU_ARM920T | 18 | select CPU_ARM920T |
20 | select S3C_GPIO_PULL_DOWN | ||
21 | select S3C2410_CLOCK | 19 | select S3C2410_CLOCK |
22 | select S3C2410_PM if PM | 20 | select S3C2410_PM if PM |
23 | select CPU_S3C244X | 21 | select CPU_S3C244X |
diff --git a/arch/arm/mach-s3c2440/mach-rx1950.c b/arch/arm/mach-s3c2440/mach-rx1950.c index 684dbb3567f5..0d3453bf567c 100644 --- a/arch/arm/mach-s3c2440/mach-rx1950.c +++ b/arch/arm/mach-s3c2440/mach-rx1950.c | |||
@@ -43,6 +43,7 @@ | |||
43 | 43 | ||
44 | #include <mach/regs-gpio.h> | 44 | #include <mach/regs-gpio.h> |
45 | #include <mach/regs-gpioj.h> | 45 | #include <mach/regs-gpioj.h> |
46 | #include <mach/regs-lcd.h> | ||
46 | #include <mach/h1940.h> | 47 | #include <mach/h1940.h> |
47 | #include <mach/fb.h> | 48 | #include <mach/fb.h> |
48 | 49 | ||
diff --git a/arch/arm/mach-s3c2440/s3c2440.c b/arch/arm/mach-s3c2440/s3c2440.c index 2270d3360216..37f8cc6aabd4 100644 --- a/arch/arm/mach-s3c2440/s3c2440.c +++ b/arch/arm/mach-s3c2440/s3c2440.c | |||
@@ -70,6 +70,6 @@ void __init s3c2440_map_io(void) | |||
70 | { | 70 | { |
71 | s3c244x_map_io(); | 71 | s3c244x_map_io(); |
72 | 72 | ||
73 | s3c24xx_gpiocfg_default.set_pull = s3c_gpio_setpull_1up; | 73 | s3c24xx_gpiocfg_default.set_pull = s3c24xx_gpio_setpull_1up; |
74 | s3c24xx_gpiocfg_default.get_pull = s3c_gpio_getpull_1up; | 74 | s3c24xx_gpiocfg_default.get_pull = s3c24xx_gpio_getpull_1up; |
75 | } | 75 | } |
diff --git a/arch/arm/mach-s3c2440/s3c2442.c b/arch/arm/mach-s3c2440/s3c2442.c index 6f2b65e6e068..2c822e09392f 100644 --- a/arch/arm/mach-s3c2440/s3c2442.c +++ b/arch/arm/mach-s3c2440/s3c2442.c | |||
@@ -182,6 +182,6 @@ void __init s3c2442_map_io(void) | |||
182 | { | 182 | { |
183 | s3c244x_map_io(); | 183 | s3c244x_map_io(); |
184 | 184 | ||
185 | s3c24xx_gpiocfg_default.set_pull = s3c_gpio_setpull_1down; | 185 | s3c24xx_gpiocfg_default.set_pull = s3c24xx_gpio_setpull_1down; |
186 | s3c24xx_gpiocfg_default.get_pull = s3c_gpio_getpull_1down; | 186 | s3c24xx_gpiocfg_default.get_pull = s3c24xx_gpio_getpull_1down; |
187 | } | 187 | } |