Skip to content

Commit

Permalink
OMAP: Devkit8000: Change lcd driver to AT070TN83
Browse files Browse the repository at this point in the history
Change lcd driver from generic to AT070TN83.

Signed-off-by: Thomas Weber <weber@corscience.de>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Thomas Weber authored and Tomi Valkeinen committed Sep 30, 2011
1 parent 1e497c4 commit cc11aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/board-devkit8000.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit cc11aaf

Please sign in to comment.