diff options
Diffstat (limited to 'arch/arm/mach-s5p64x0/cpu.c')
-rw-r--r-- | arch/arm/mach-s5p64x0/cpu.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s5p64x0/cpu.c b/arch/arm/mach-s5p64x0/cpu.c index a5c00952ea35..617da3b3bfb7 100644 --- a/arch/arm/mach-s5p64x0/cpu.c +++ b/arch/arm/mach-s5p64x0/cpu.c | |||
@@ -38,6 +38,7 @@ | |||
38 | #include <plat/s5p6440.h> | 38 | #include <plat/s5p6440.h> |
39 | #include <plat/s5p6450.h> | 39 | #include <plat/s5p6450.h> |
40 | #include <plat/adc-core.h> | 40 | #include <plat/adc-core.h> |
41 | #include <plat/fb-core.h> | ||
41 | 42 | ||
42 | /* Initial IO mappings */ | 43 | /* Initial IO mappings */ |
43 | 44 | ||
@@ -108,6 +109,7 @@ void __init s5p6440_map_io(void) | |||
108 | { | 109 | { |
109 | /* initialize any device information early */ | 110 | /* initialize any device information early */ |
110 | s3c_adc_setname("s3c64xx-adc"); | 111 | s3c_adc_setname("s3c64xx-adc"); |
112 | s3c_fb_setname("s5p64x0-fb"); | ||
111 | 113 | ||
112 | iotable_init(s5p64x0_iodesc, ARRAY_SIZE(s5p64x0_iodesc)); | 114 | iotable_init(s5p64x0_iodesc, ARRAY_SIZE(s5p64x0_iodesc)); |
113 | iotable_init(s5p6440_iodesc, ARRAY_SIZE(s5p6440_iodesc)); | 115 | iotable_init(s5p6440_iodesc, ARRAY_SIZE(s5p6440_iodesc)); |
@@ -117,6 +119,7 @@ void __init s5p6450_map_io(void) | |||
117 | { | 119 | { |
118 | /* initialize any device information early */ | 120 | /* initialize any device information early */ |
119 | s3c_adc_setname("s3c64xx-adc"); | 121 | s3c_adc_setname("s3c64xx-adc"); |
122 | s3c_fb_setname("s5p64x0-fb"); | ||
120 | 123 | ||
121 | iotable_init(s5p64x0_iodesc, ARRAY_SIZE(s5p64x0_iodesc)); | 124 | iotable_init(s5p64x0_iodesc, ARRAY_SIZE(s5p64x0_iodesc)); |
122 | iotable_init(s5p6450_iodesc, ARRAY_SIZE(s5p6450_iodesc)); | 125 | iotable_init(s5p6450_iodesc, ARRAY_SIZE(s5p6450_iodesc)); |