diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-omap2/board-devkit8000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c index d3941e6a40a2..da5057ee80ce 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[] = { | |||
139 | }; | 139 | }; |
140 | 140 | ||
141 | static struct panel_generic_dpi_data lcd_panel = { | 141 | static struct panel_generic_dpi_data lcd_panel = { |
142 | .name = "generic", | 142 | .name = "innolux_at070tn83", |
143 | .platform_enable = devkit8000_panel_enable_lcd, | 143 | .platform_enable = devkit8000_panel_enable_lcd, |
144 | .platform_disable = devkit8000_panel_disable_lcd, | 144 | .platform_disable = devkit8000_panel_disable_lcd, |
145 | }; | 145 | }; |