From d9805afc8e89f6576653731d5ef0729b5edc472e Mon Sep 17 00:00:00 2001 From: "H. Nikolaus Schaller" Date: Sun, 30 Dec 2012 20:42:18 +0100 Subject: added CONFIG_PANEL_ORTUS_COM37H3M05DTC to gta04 board file --- arch/arm/mach-omap2/board-omap3gta04.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap3gta04.c b/arch/arm/mach-omap2/board-omap3gta04.c index 8aa4361..94ae50a 100644 --- a/arch/arm/mach-omap2/board-omap3gta04.c +++ b/arch/arm/mach-omap2/board-omap3gta04.c @@ -333,13 +333,7 @@ static void gta04_disable_lcd(struct omap_dss_device *dssdev) static struct omap_dss_device gta04_lcd_device = { .type = OMAP_DISPLAY_TYPE_DPI, .name = "lcd", -#if defined(CONFIG_PANEL_ORTUS_COM37H3M05DTC) - .driver_name = "com37h3m05dtc_panel", // GTA04b2 - OpenPhoenux 3704 -#elif defined(CONFIG_PANEL_SHARP_LQ070V3DG3B) - .driver_name = "lq070y3dg3b_panel", // GTA04b3 - OpenPhoenux 7004 -#elif defined(CONFIG_PANEL_TPO_TD028TTEC1) - .driver_name = "td028ttec1_panel", // GTA04 - OpenPhoenux 2804 -#endif + .driver_name = "td028ttec1_panel", // GTA04 - OpenPhoenux 2804 .phy.dpi.data_lines = 24, .platform_enable = gta04_enable_lcd, .platform_disable = gta04_disable_lcd, -- cgit v1.1