From: Ben Dooks Date: Thu, 15 Feb 2007 23:17:07 +0000 (+0100) Subject: [ARM] 4206/1: SMDK2440: Fix lcd type in platform data X-Git-Tag: v3.12-rc1~31479^2~8^5~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a930609496b39284a93182ec3beb9dc9bf3651ec;p=kernel%2Fkernel-generic.git [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 Signed-off-by: Russell King --- diff --git a/arch/arm/mach-s3c2440/mach-smdk2440.c b/arch/arm/mach-s3c2440/mach-smdk2440.c index 270e42b..7e7d440 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,