@@ -148,7 +148,7 @@ static struct regulator_consumer_supply devkit8000_vio_supply =
REGULATOR_SUPPLY("vcc", "spi2.0");
static struct panel_generic_dpi_data lcd_panel = {
- .name = "generic",
+ .name = "devkit_43",
.platform_enable = devkit8000_panel_enable_lcd,
.platform_disable = devkit8000_panel_disable_lcd,
};
@@ -83,6 +83,32 @@ static struct panel_config generic_dpi_panels[] = {
.name = "generic",
},
+ /* Devkit8000 4.3 Inch display */
+ {
+ {
+ .x_res = 480,
+ .y_res = 272,
+
+ .pixel_clock = 10000,
+
+ .hfp = 2,
+ .hsw = 41,
+ .hbp = 2,
+
+ .vfp = 2,
+ .vsw = 10,
+ .vbp = 2,
+ },
+ .acbi = 0x0,
+ .acb = 0x0,
+ .recommended_bpp = 16,
+ .config = OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS |
+ OMAP_DSS_LCD_IHS,
+ .power_on_delay = 50,
+ .power_off_delay = 100,
+ .name = "devkit_43",
+ },
+
/* Sharp LQ043T1DG01 */
{
{