* [PATCH] OMAPDSS: add OrtusTech COM43H4M10XTC display support
@ 2011-12-26 22:56 Ilya Yanok
2012-01-03 9:30 ` Tomi Valkeinen
0 siblings, 1 reply; 2+ messages in thread
From: Ilya Yanok @ 2011-12-26 22:56 UTC (permalink / raw)
To: linux-fbdev, linux-omap; +Cc: sasha_d, Ilya Yanok, Tomi Valkeinen
dd data for the OrtusTech COM43H4M10XTC display to the
generic_dpi_panel driver.
CC: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
---
drivers/video/omap2/displays/panel-generic-dpi.c | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/drivers/video/omap2/displays/panel-generic-dpi.c b/drivers/video/omap2/displays/panel-generic-dpi.c
index 593f831..99669ae 100644
--- a/drivers/video/omap2/displays/panel-generic-dpi.c
+++ b/drivers/video/omap2/displays/panel-generic-dpi.c
@@ -317,6 +317,26 @@ static struct panel_config generic_dpi_panels[] = {
OMAP_DSS_LCD_IHS,
.name = "focaltech_etm070003dh6",
},
+ /* OrtusTech COM43H4M10XTC */
+ {
+ {
+ .x_res = 480,
+ .y_res = 272,
+
+ .pixel_clock = 8000,
+
+ .hsw = 41,
+ .hfp = 8,
+ .hbp = 4,
+
+ .vsw = 10,
+ .vfp = 4,
+ .vbp = 2,
+ },
+ .config = OMAP_DSS_LCD_TFT,
+
+ .name = "ortustech_com43h4m10xtc",
+ },
};
struct panel_drv_data {
--
1.7.6.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] OMAPDSS: add OrtusTech COM43H4M10XTC display support
2011-12-26 22:56 [PATCH] OMAPDSS: add OrtusTech COM43H4M10XTC display support Ilya Yanok
@ 2012-01-03 9:30 ` Tomi Valkeinen
0 siblings, 0 replies; 2+ messages in thread
From: Tomi Valkeinen @ 2012-01-03 9:30 UTC (permalink / raw)
To: Ilya Yanok; +Cc: linux-fbdev, linux-omap, sasha_d
[-- Attachment #1: Type: text/plain, Size: 1212 bytes --]
On Mon, 2011-12-26 at 23:56 +0100, Ilya Yanok wrote:
> dd data for the OrtusTech COM43H4M10XTC display to the
> generic_dpi_panel driver.
>
> CC: Tomi Valkeinen <tomi.valkeinen@ti.com>
> Signed-off-by: Ilya Yanok <yanok@emcraft.com>
> ---
> drivers/video/omap2/displays/panel-generic-dpi.c | 20 ++++++++++++++++++++
> 1 files changed, 20 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/video/omap2/displays/panel-generic-dpi.c b/drivers/video/omap2/displays/panel-generic-dpi.c
> index 593f831..99669ae 100644
> --- a/drivers/video/omap2/displays/panel-generic-dpi.c
> +++ b/drivers/video/omap2/displays/panel-generic-dpi.c
> @@ -317,6 +317,26 @@ static struct panel_config generic_dpi_panels[] = {
> OMAP_DSS_LCD_IHS,
> .name = "focaltech_etm070003dh6",
> },
> + /* OrtusTech COM43H4M10XTC */
> + {
> + {
> + .x_res = 480,
> + .y_res = 272,
> +
> + .pixel_clock = 8000,
> +
> + .hsw = 41,
> + .hfp = 8,
> + .hbp = 4,
> +
> + .vsw = 10,
> + .vfp = 4,
> + .vbp = 2,
> + },
> + .config = OMAP_DSS_LCD_TFT,
> +
> + .name = "ortustech_com43h4m10xtc",
> + },
> };
>
Thanks, I'll apply to DSS tree.
Tomi
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-03 9:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-26 22:56 [PATCH] OMAPDSS: add OrtusTech COM43H4M10XTC display support Ilya Yanok
2012-01-03 9:30 ` Tomi Valkeinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).