From afd6a91924a87203aae8b6561c147ad830811bb5 Mon Sep 17 00:00:00 2001 From: Justin Waters Date: Wed, 28 May 2008 15:14:51 -0400 Subject: MXCFB: Fix mode entry for Sharp 6.4" VGA display kit The values for the 6.4" display kit were incorrect. This version is tested and verified. Signed-off-by: Justin Waters --- arch/arm/mach-mx27/mx27lite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/arm/mach-mx27/mx27lite.c b/arch/arm/mach-mx27/mx27lite.c index 95c447de11de..3bafb14fbe9e 100644 --- a/arch/arm/mach-mx27/mx27lite.c +++ b/arch/arm/mach-mx27/mx27lite.c @@ -193,7 +193,7 @@ static void __init mxc_init_nand_mtd(void) * -------------------------------------------------------------------- */ #if defined(CONFIG_FB_MXC_SYNC_PANEL) || defined(CONFIG_FB_MXC_SYNC_PANEL_MODULE) -static const char fb_default_mode[] = "Sharp-QVGA"; +static const char fb_default_mode[] = "Sharp-VGA"; /* mxc lcd driver */ static struct platform_device mxc_fb_device = { -- cgit v1.2.3