diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-05-03 08:29:44 +0200 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-18 11:46:30 +0200 |
commit | f64bea4318a73e833d0a9b8400cc0f6cee957da3 (patch) | |
tree | 7ea2a44b745039041029acb5ecb2b83dae0a7cf4 /arch/arm/mach-s3c2416/s3c2416.c | |
parent | ARM: SAMSUNG: Set S3C_FB_MAX_WIN in <plat/fb.h> (diff) | |
download | linux-f64bea4318a73e833d0a9b8400cc0f6cee957da3.tar.xz linux-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.c | 2 |
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); } |