浏览代码

[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>
Ben Dooks 18 年之前
父节点
当前提交
a930609496
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/arm/mach-s3c2440/mach-smdk2440.c

+ 1 - 0
arch/arm/mach-s3c2440/mach-smdk2440.c

@@ -144,6 +144,7 @@ static struct s3c2410fb_mach_info smdk2440_lcd_cfg __initdata = {
 #endif
 #endif
 
 
 	.lpcsel		= ((0xCE6) & ~7) | 1<<4,
 	.lpcsel		= ((0xCE6) & ~7) | 1<<4,
+	.type		= S3C2410_LCDCON1_TFT16BPP,
 
 
 	.width		= 240,
 	.width		= 240,
 	.height		= 320,
 	.height		= 320,