aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2416/s3c2416.c
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2010-05-03 15:29:44 +0900
committerBen Dooks <ben-linux@fluff.org>2010-05-18 18:46:30 +0900
commitf64bea4318a73e833d0a9b8400cc0f6cee957da3 (patch)
tree7ea2a44b745039041029acb5ecb2b83dae0a7cf4 /arch/arm/mach-s3c2416/s3c2416.c
parentARM: SAMSUNG: Set S3C_FB_MAX_WIN in <plat/fb.h> (diff)
downloadlinux-dev-f64bea4318a73e833d0a9b8400cc0f6cee957da3.tar.xz
linux-dev-f64bea4318a73e833d0a9b8400cc0f6cee957da3.zip
ARM: SMDK2416: Add support for framebuffer device and ensure correct setup
Add support for the LCD display on the SMDJK2416, and correctly name the framebuffer device. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2416/s3c2416.c')
-rw-r--r--arch/arm/mach-s3c2416/s3c2416.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2416/s3c2416.c b/arch/arm/mach-s3c2416/s3c2416.c
index 3bff05745d0b..35dabccd0ac2 100644
--- a/arch/arm/mach-s3c2416/s3c2416.c
+++ b/arch/arm/mach-s3c2416/s3c2416.c
@@ -90,6 +90,8 @@ int __init s3c2416_init(void)
s3c_i2c0_setname("s3c2440-i2c");
s3c_i2c1_setname("s3c2440-i2c");
+ s3c_device_fb.name = "s3c2443-fb";
+
return sysdev_register(&s3c2416_sysdev);
}