aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5p64x0
diff options
context:
space:
mode:
authorAjay Kumar <ajaykumar.rs@samsung.com>2011-09-27 07:46:50 +0900
committerKukjin Kim <kgene.kim@samsung.com>2011-10-04 19:00:47 +0900
commit43c46216660a0329af558d2e6bdf540ee4d5c0d5 (patch)
tree8f6b6dc78247b206f4a2f4048415505a9cc863b3 /arch/arm/mach-s5p64x0
parentd93f5eefd456bde3dd14eac7b909f3ba4e55cdbb (diff)
downloadkernel_samsung_smdk4412-43c46216660a0329af558d2e6bdf540ee4d5c0d5.zip
kernel_samsung_smdk4412-43c46216660a0329af558d2e6bdf540ee4d5c0d5.tar.gz
kernel_samsung_smdk4412-43c46216660a0329af558d2e6bdf540ee4d5c0d5.tar.bz2
ARM: S5P64X0: Set s3c_device_fb name
Set s3c_device_fb name as "s5p64x0-fb" for S5P6440 and S5P6450. Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5p64x0')
-rw-r--r--arch/arm/mach-s5p64x0/cpu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s5p64x0/cpu.c b/arch/arm/mach-s5p64x0/cpu.c
index a5c0095..617da3b 100644
--- a/arch/arm/mach-s5p64x0/cpu.c
+++ b/arch/arm/mach-s5p64x0/cpu.c
@@ -38,6 +38,7 @@
#include <plat/s5p6440.h>
#include <plat/s5p6450.h>
#include <plat/adc-core.h>
+#include <plat/fb-core.h>
/* Initial IO mappings */
@@ -108,6 +109,7 @@ void __init s5p6440_map_io(void)
{
/* initialize any device information early */
s3c_adc_setname("s3c64xx-adc");
+ s3c_fb_setname("s5p64x0-fb");
iotable_init(s5p64x0_iodesc, ARRAY_SIZE(s5p64x0_iodesc));
iotable_init(s5p6440_iodesc, ARRAY_SIZE(s5p6440_iodesc));
@@ -117,6 +119,7 @@ void __init s5p6450_map_io(void)
{
/* initialize any device information early */
s3c_adc_setname("s3c64xx-adc");
+ s3c_fb_setname("s5p64x0-fb");
iotable_init(s5p64x0_iodesc, ARRAY_SIZE(s5p64x0_iodesc));
iotable_init(s5p6450_iodesc, ARRAY_SIZE(s5p6450_iodesc));