diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-devkit8000.c')
| -rw-r--r-- | arch/arm/mach-omap2/board-devkit8000.c | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c index 556df32d88e..42918940c53 100644 --- a/arch/arm/mach-omap2/board-devkit8000.c +++ b/arch/arm/mach-omap2/board-devkit8000.c @@ -47,6 +47,7 @@  #include <plat/usb.h>  #include <video/omapdss.h>  #include <video/omap-panel-generic-dpi.h> +#include <video/omap-panel-dvi.h>  #include <plat/mcspi.h>  #include <linux/input/matrix_keypad.h> @@ -139,7 +140,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,  }; @@ -152,8 +153,7 @@ static struct omap_dss_device devkit8000_lcd_device = {  	.phy.dpi.data_lines     = 24,  }; -static struct panel_generic_dpi_data dvi_panel = { -	.name			= "generic", +static struct panel_dvi_platform_data dvi_panel = {  	.platform_enable        = devkit8000_panel_enable_dvi,  	.platform_disable       = devkit8000_panel_disable_dvi,  }; @@ -161,7 +161,7 @@ static struct panel_generic_dpi_data dvi_panel = {  static struct omap_dss_device devkit8000_dvi_device = {  	.name                   = "dvi",  	.type                   = OMAP_DISPLAY_TYPE_DPI, -	.driver_name            = "generic_dpi_panel", +	.driver_name            = "dvi",  	.data			= &dvi_panel,  	.phy.dpi.data_lines     = 24,  }; @@ -267,7 +267,7 @@ static struct twl4030_gpio_platform_data devkit8000_gpio_data = {  static struct regulator_consumer_supply devkit8000_vpll1_supplies[] = {  	REGULATOR_SUPPLY("vdds_dsi", "omapdss"), -	REGULATOR_SUPPLY("vdds_dsi", "omapdss_dsi1"), +	REGULATOR_SUPPLY("vdds_dsi", "omapdss_dsi.0"),  };  /* VMMC1 for MMC1 pins CMD, CLK, DAT0..DAT3 (20 mA, plus card == max 220 mA) */  |