Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965322Ab2J3SRp (ORCPT ); Tue, 30 Oct 2012 14:17:45 -0400 Received: from li42-95.members.linode.com ([209.123.162.95]:59050 "EHLO li42-95.members.linode.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965220Ab2J3SMn (ORCPT ); Tue, 30 Oct 2012 14:12:43 -0400 From: Pantelis Antoniou To: Florian Tobias Schandinat Cc: Koen Kooi , linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, Matt Porter , Russ Dill , linux-omap@vger.kernel.org Subject: [PATCH] da8xx-fb: add panel definition for beaglebone LCD7 cape Date: Wed, 31 Oct 2012 17:56:39 +0200 Message-Id: <1351698999-4133-1-git-send-email-panto@antoniou-consulting.com> X-Mailer: git-send-email 1.7.12 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1031 Lines: 40 From: Koen Kooi Signed-off-by: Koen Kooi --- 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 4462d9e..c661665 100644 --- a/drivers/video/da8xx-fb.c +++ b/drivers/video/da8xx-fb.c @@ -284,6 +284,20 @@ static struct da8xx_panel known_lcd_panels[] = { .pxl_clk = 56000000, .invert_pxl_clk = 0, }, + /* ThreeFive S9700RTWV35TR */ + [4] = { + .name = "TFC_S9700RTWV35TR_01B", + .width = 800, + .height = 480, + .hfp = 39, + .hbp = 39, + .hsw = 47, + .vfp = 13, + .vbp = 29, + .vsw = 2, + .pxl_clk = 30000000, + .invert_pxl_clk = 0, + }, }; /* Enable the Raster Engine of the LCD Controller */ -- 1.7.12 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/