diff options
author | Ben Dooks <ben-linux@fluff.org> | 2007-02-16 00:17:07 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-02-16 11:40:52 +0000 |
commit | a930609496b39284a93182ec3beb9dc9bf3651ec (patch) | |
tree | d45d74ba18d2fd55941b14d102fb6cd879da37ce /arch/arm/mach-s3c2440 | |
parent | b4f14eb86cda9324a2ffbdf534385d012967acd8 (diff) | |
download | blackbird-obmc-linux-a930609496b39284a93182ec3beb9dc9bf3651ec.tar.gz blackbird-obmc-linux-a930609496b39284a93182ec3beb9dc9bf3651ec.zip |
[ARM] 4206/1: SMDK2440: Fix lcd type in platform data
Set the LCD display type field in the platform data
so that the LCD driver initialise the display as an
TFT display
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-s3c2440')
-rw-r--r-- | arch/arm/mach-s3c2440/mach-smdk2440.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2440/mach-smdk2440.c b/arch/arm/mach-s3c2440/mach-smdk2440.c index 270e42b9b5c1..7e7d4408af36 100644 --- a/arch/arm/mach-s3c2440/mach-smdk2440.c +++ b/arch/arm/mach-s3c2440/mach-smdk2440.c @@ -144,6 +144,7 @@ static struct s3c2410fb_mach_info smdk2440_lcd_cfg __initdata = { #endif .lpcsel = ((0xCE6) & ~7) | 1<<4, + .type = S3C2410_LCDCON1_TFT16BPP, .width = 240, .height = 320, |