diff options
Diffstat (limited to 'arch/arm/mach-s5pc100/mach-smdkc100.c')
-rw-r--r-- | arch/arm/mach-s5pc100/mach-smdkc100.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-s5pc100/mach-smdkc100.c b/arch/arm/mach-s5pc100/mach-smdkc100.c index 26f5c91c9427..e1c41772c7bd 100644 --- a/arch/arm/mach-s5pc100/mach-smdkc100.c +++ b/arch/arm/mach-s5pc100/mach-smdkc100.c | |||
@@ -42,7 +42,6 @@ | |||
42 | #include <plat/clock.h> | 42 | #include <plat/clock.h> |
43 | #include <plat/devs.h> | 43 | #include <plat/devs.h> |
44 | #include <plat/cpu.h> | 44 | #include <plat/cpu.h> |
45 | #include <plat/s5pc100.h> | ||
46 | #include <plat/fb.h> | 45 | #include <plat/fb.h> |
47 | #include <plat/iic.h> | 46 | #include <plat/iic.h> |
48 | #include <plat/ata.h> | 47 | #include <plat/ata.h> |
@@ -53,6 +52,8 @@ | |||
53 | #include <plat/backlight.h> | 52 | #include <plat/backlight.h> |
54 | #include <plat/regs-fb-v4.h> | 53 | #include <plat/regs-fb-v4.h> |
55 | 54 | ||
55 | #include "common.h" | ||
56 | |||
56 | /* Following are default values for UCON, ULCON and UFCON UART registers */ | 57 | /* Following are default values for UCON, ULCON and UFCON UART registers */ |
57 | #define SMDKC100_UCON_DEFAULT (S3C2410_UCON_TXILEVEL | \ | 58 | #define SMDKC100_UCON_DEFAULT (S3C2410_UCON_TXILEVEL | \ |
58 | S3C2410_UCON_RXILEVEL | \ | 59 | S3C2410_UCON_RXILEVEL | \ |
@@ -215,7 +216,7 @@ static struct platform_pwm_backlight_data smdkc100_bl_data = { | |||
215 | 216 | ||
216 | static void __init smdkc100_map_io(void) | 217 | static void __init smdkc100_map_io(void) |
217 | { | 218 | { |
218 | s5p_init_io(NULL, 0, S5P_VA_CHIPID); | 219 | s5pc100_init_io(NULL, 0); |
219 | s3c24xx_init_clocks(12000000); | 220 | s3c24xx_init_clocks(12000000); |
220 | s3c24xx_init_uarts(smdkc100_uartcfgs, ARRAY_SIZE(smdkc100_uartcfgs)); | 221 | s3c24xx_init_uarts(smdkc100_uartcfgs, ARRAY_SIZE(smdkc100_uartcfgs)); |
221 | } | 222 | } |