From: Thomas Weber Date: Mon, 5 Jul 2010 14:04:40 +0000 (+0300) Subject: OMAP2: Devkit8000: change panel to generic panel X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=61d07ef4b4eea2f4c2aaef10ef013775896314a9;p=linux-beck.git OMAP2: Devkit8000: change panel to generic panel Choose the generic panel for lcd code of Devkit8000. Signed-off-by: Thomas Weber Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c index b6b2b5d8c06d..a0860a96b624 100644 --- a/arch/arm/mach-omap2/board-devkit8000.c +++ b/arch/arm/mach-omap2/board-devkit8000.c @@ -175,7 +175,7 @@ static struct regulator_consumer_supply devkit8000_vio_supplies[] = { static struct omap_dss_device devkit8000_lcd_device = { .name = "lcd", - .driver_name = "innolux_at_panel", + .driver_name = "generic_panel", .type = OMAP_DISPLAY_TYPE_DPI, .phy.dpi.data_lines = 24, .platform_enable = devkit8000_panel_enable_lcd,