summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0002-da8xx-fb-add-DVI-support-for-beaglebone.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-03-19 12:31:46 +0100
committerDenys Dmytriyenko <denys@ti.com>2012-03-19 14:33:49 -0400
commitebbeb55561f15e6ebf760e5b735a92bcdcdeaca1 (patch)
tree74a53bd3d39d692d6f44e329908bd52c2408bb28 /recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0002-da8xx-fb-add-DVI-support-for-beaglebone.patch
parent0d0e2c1e274e1885d8b5cb07421449e9d0016c2c (diff)
downloadmeta-ti-ebbeb55561f15e6ebf760e5b735a92bcdcdeaca1.tar.gz
linux-ti335x-psp 3.2: update to v3.2.11
Also add script used to generate patches and SRC_URI Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0002-da8xx-fb-add-DVI-support-for-beaglebone.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0002-da8xx-fb-add-DVI-support-for-beaglebone.patch38
1 files changed, 38 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0002-da8xx-fb-add-DVI-support-for-beaglebone.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0002-da8xx-fb-add-DVI-support-for-beaglebone.patch
new file mode 100644
index 00000000..1cc88e44
--- /dev/null
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0002-da8xx-fb-add-DVI-support-for-beaglebone.patch
@@ -0,0 +1,38 @@
1From 94e7b8b9535e83ad46a523bb5020bd9fdb352f54 Mon Sep 17 00:00:00 2001
2From: Koen Kooi <koen@dominion.thruhere.net>
3Date: Thu, 3 Nov 2011 17:35:50 +0100
4Subject: [PATCH 02/22] da8xx-fb: add DVI support for beaglebone
5
6Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
7---
8 drivers/video/da8xx-fb.c | 14 ++++++++++++++
9 1 file changed, 14 insertions(+)
10
11diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c
12index 85eda33..dea8936 100644
13--- a/drivers/video/da8xx-fb.c
14+++ b/drivers/video/da8xx-fb.c
15@@ -271,6 +271,20 @@ static struct da8xx_panel known_lcd_panels[] = {
16 .pxl_clk = 30000000,
17 .invert_pxl_clk = 0,
18 },
19+ [3] = {
20+ /* 1024 x 768 @ 60 Hz Reduced blanking VESA CVT 0.79M3-R */
21+ .name = "1024x768@60",
22+ .width = 1024,
23+ .height = 768,
24+ .hfp = 48,
25+ .hbp = 80,
26+ .hsw = 32,
27+ .vfp = 3,
28+ .vbp = 15,
29+ .vsw = 4,
30+ .pxl_clk = 56000000,
31+ .invert_pxl_clk = 0,
32+ },
33 };
34
35 /* Enable the Raster Engine of the LCD Controller */
36--
371.7.9.4
38