Message ID | 1314882308-25915-2-git-send-email-weber@corscience.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c index 4b1f6c6..a3b8e81 100644 --- a/arch/arm/mach-omap2/board-devkit8000.c +++ b/arch/arm/mach-omap2/board-devkit8000.c @@ -139,7 +139,7 @@ static struct regulator_consumer_supply devkit8000_vio_supply[] = { }; static struct panel_generic_dpi_data lcd_panel = { - .name = "generic", + .name = "innolux_at070tn83", .platform_enable = devkit8000_panel_enable_lcd, .platform_disable = devkit8000_panel_disable_lcd, };
Change lcd driver from generic to AT070TN83. Signed-off-by: Thomas Weber <weber@corscience.de> --- arch/arm/mach-omap2/board-devkit8000.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)