From: Yegor Yefremov <[email protected]>

This patch adds support for Innolux AT080TN52 800x600 panel.
Tested with AM3517 based board.

Signed-off-by: Yegor Yefremov <[email protected]>
---
 drivers/video/omap2/displays/panel-generic-dpi.c |   23 ++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/drivers/video/omap2/displays/panel-generic-dpi.c 
b/drivers/video/omap2/displays/panel-generic-dpi.c
index 28b9a6d..30fe4df 100644
--- a/drivers/video/omap2/displays/panel-generic-dpi.c
+++ b/drivers/video/omap2/displays/panel-generic-dpi.c
@@ -363,6 +363,29 @@ static struct panel_config generic_dpi_panels[] = {
 
                .name                   = "ortustech_com43h4m10xtc",
        },
+
+       /* Innolux AT080TN52 */
+       {
+               {
+                       .x_res = 800,
+                       .y_res = 600,
+
+                       .pixel_clock    = 41142,
+
+                       .hsw            = 20,
+                       .hfp            = 210,
+                       .hbp            = 46,
+
+                       .vsw            = 10,
+                       .vfp            = 12,
+                       .vbp            = 23,
+               },
+               .acb                    = 0x0,
+               .config                 = OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS |
+                                         OMAP_DSS_LCD_IHS | OMAP_DSS_LCD_IEO,
+
+               .name                   = "innolux_at080tn52",
+       },
 };
 
 struct panel_drv_data {
-- 
1.7.1.1

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to