Linux Framebuffer Layer development
 help / color / mirror / Atom feed
* [PATCH] da8xx: Add CDTech_S035Q01 panel (used by LCD3 bone cape)
@ 2012-10-30 18:12 Pantelis Antoniou
  0 siblings, 0 replies; only message in thread
From: Pantelis Antoniou @ 2012-10-30 18:12 UTC (permalink / raw)
  To: Florian Tobias Schandinat
  Cc: Pantelis Antoniou, linux-fbdev, linux-kernel, Koen Kooi,
	Matt Porter, Russ Dill, linux-omap

Signed-off-by: Pantelis Antoniou <panto@antoniou-consulting.com>
---
 drivers/video/da8xx-fb.c | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c
index c661665..c1f5d30 100644
--- a/drivers/video/da8xx-fb.c
+++ b/drivers/video/da8xx-fb.c
@@ -298,6 +298,20 @@ static struct da8xx_panel known_lcd_panels[] = {
 		.pxl_clk = 30000000,
 		.invert_pxl_clk = 0,
 	},
+	[5] = {
+		/* CDTech S035Q01 */
+		.name = "CDTech_S035Q01",
+		.width = 320,
+		.height = 240,
+		.hfp = 58,
+		.hbp = 21,
+		.hsw = 47,
+		.vfp = 23,
+		.vbp = 11,
+		.vsw = 2,
+		.pxl_clk = 8000000,
+		.invert_pxl_clk = 0,
+	},
 };
 
 /* Enable the Raster Engine of the LCD Controller */
-- 
1.7.12


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-30 18:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-30 18:12 [PATCH] da8xx: Add CDTech_S035Q01 panel (used by LCD3 bone cape) Pantelis Antoniou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox