diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-05-03 02:29:44 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-18 05:46:30 -0400 |
commit | f64bea4318a73e833d0a9b8400cc0f6cee957da3 (patch) | |
tree | 7ea2a44b745039041029acb5ecb2b83dae0a7cf4 /arch/arm/mach-s3c2416/s3c2416.c | |
parent | f077f3fc055b329787783a1ab0efb9a8f8ecc874 (diff) |
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 3bff05745d0..35dabccd0ac 100644 --- a/arch/arm/mach-s3c2416/s3c2416.c +++ b/arch/arm/mach-s3c2416/s3c2416.c | |||
@@ -90,6 +90,8 @@ int __init s3c2416_init(void) | |||
90 | s3c_i2c0_setname("s3c2440-i2c"); | 90 | s3c_i2c0_setname("s3c2440-i2c"); |
91 | s3c_i2c1_setname("s3c2440-i2c"); | 91 | s3c_i2c1_setname("s3c2440-i2c"); |
92 | 92 | ||
93 | s3c_device_fb.name = "s3c2443-fb"; | ||
94 | |||
93 | return sysdev_register(&s3c2416_sysdev); | 95 | return sysdev_register(&s3c2416_sysdev); |
94 | } | 96 | } |
95 | 97 | ||