diff options
Diffstat (limited to 'arch/arm/mach-s3c2443')
-rw-r--r-- | arch/arm/mach-s3c2443/s3c2443.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2443/s3c2443.c b/arch/arm/mach-s3c2443/s3c2443.c index ce2ec3298930..839b6b2ced74 100644 --- a/arch/arm/mach-s3c2443/s3c2443.c +++ b/arch/arm/mach-s3c2443/s3c2443.c | |||
@@ -35,6 +35,7 @@ | |||
35 | #include <plat/s3c2443.h> | 35 | #include <plat/s3c2443.h> |
36 | #include <plat/devs.h> | 36 | #include <plat/devs.h> |
37 | #include <plat/cpu.h> | 37 | #include <plat/cpu.h> |
38 | #include <plat/fb-core.h> | ||
38 | 39 | ||
39 | static struct map_desc s3c2443_iodesc[] __initdata = { | 40 | static struct map_desc s3c2443_iodesc[] __initdata = { |
40 | IODESC_ENT(WATCHDOG), | 41 | IODESC_ENT(WATCHDOG), |
@@ -62,6 +63,7 @@ int __init s3c2443_init(void) | |||
62 | s3c24xx_reset_hook = s3c2443_hard_reset; | 63 | s3c24xx_reset_hook = s3c2443_hard_reset; |
63 | 64 | ||
64 | s3c_device_nand.name = "s3c2412-nand"; | 65 | s3c_device_nand.name = "s3c2412-nand"; |
66 | s3c_fb_setname("s3c2443-fb"); | ||
65 | 67 | ||
66 | /* change WDT IRQ number */ | 68 | /* change WDT IRQ number */ |
67 | s3c_device_wdt.resource[1].start = IRQ_S3C2443_WDT; | 69 | s3c_device_wdt.resource[1].start = IRQ_S3C2443_WDT; |