summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0067-video-da8xx-fb-Add-Newhaven-LCD-Panel-details.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0067-video-da8xx-fb-Add-Newhaven-LCD-Panel-details.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0067-video-da8xx-fb-Add-Newhaven-LCD-Panel-details.patch45
1 files changed, 45 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0067-video-da8xx-fb-Add-Newhaven-LCD-Panel-details.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0067-video-da8xx-fb-Add-Newhaven-LCD-Panel-details.patch
new file mode 100644
index 00000000..27431b8a
--- /dev/null
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0067-video-da8xx-fb-Add-Newhaven-LCD-Panel-details.patch
@@ -0,0 +1,45 @@
1From 3f166417b837d6fb44e1003a2286876cb5c682b4 Mon Sep 17 00:00:00 2001
2From: "Patil, Rachna" <rachna@ti.com>
3Date: Thu, 26 Apr 2012 15:20:20 +0530
4Subject: [PATCH 67/68] video: da8xx-fb: Add Newhaven LCD Panel details
5
6This patch adds details for Newhaven display Panel.
7This panel is used on AM335x EVM-SK An upcoming TI EVM.
8
9Signed-off-by: Patil, Rachna <rachna@ti.com>
10
11Conflicts:
12
13 drivers/video/da8xx-fb.c
14---
15 drivers/video/da8xx-fb.c | 14 ++++++++++++++
16 1 files changed, 14 insertions(+), 0 deletions(-)
17
18diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c
19index 9aaca5d..010a8bc 100644
20--- a/drivers/video/da8xx-fb.c
21+++ b/drivers/video/da8xx-fb.c
22@@ -301,6 +301,20 @@ static struct da8xx_panel known_lcd_panels[] = {
23 .pxl_clk = 8000000,
24 .invert_pxl_clk = 0,
25 },
26+ /* Newhaven Display */
27+ [5] = {
28+ .name = "NHD-4.3-ATXI#-T-1",
29+ .width = 480,
30+ .height = 272,
31+ .hfp = 8,
32+ .hbp = 43,
33+ .hsw = 4,
34+ .vfp = 4,
35+ .vbp = 12,
36+ .vsw = 10,
37+ .pxl_clk = 9000000,
38+ .invert_pxl_clk = 0,
39+ },
40 };
41
42 /* Enable the Raster Engine of the LCD Controller */
43--
441.7.7.6
45