Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9306094 authored by Ben Dooks's avatar Ben Dooks Committed by Russell King
Browse files

[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: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent b4f14eb8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,