diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.1/0004-da8xx-fb-add-DVI-support-for-beaglebone.patch b/recipes-kernel/linux/linux-ti33x-psp-3.1/0004-da8xx-fb-add-DVI-support-for-beaglebone.patch new file mode 100644 index 00000000..fe4ccac9 --- /dev/null +++ b/recipes-kernel/linux/linux-ti33x-psp-3.1/0004-da8xx-fb-add-DVI-support-for-beaglebone.patch @@ -0,0 +1,38 @@ +From 27c26386a0152b7d0c2b4f173bcbe30805f42749 Mon Sep 17 00:00:00 2001 +From: Koen Kooi +Date: Thu, 3 Nov 2011 17:35:50 +0100 +Subject: [PATCH 4/4] da8xx-fb: add DVI support for beaglebone + +Signed-off-by: Koen Kooi +--- + drivers/video/da8xx-fb.c | 14 ++++++++++++++ + 1 files changed, 14 insertions(+), 0 deletions(-) + +diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c +index 4347421..9619518 100644 +--- a/drivers/video/da8xx-fb.c ++++ b/drivers/video/da8xx-fb.c +@@ -266,6 +266,20 @@ static struct da8xx_panel known_lcd_panels[] = { + .pxl_clk = 30000000, + .invert_pxl_clk = 0, + }, ++ [3] = { ++ /* 1024 x 768 @ 60 Hz Reduced blanking VESA CVT 0.79M3-R */ ++ .name = "1024x768@60", ++ .width = 1024, ++ .height = 768, ++ .hfp = 48, ++ .hbp = 80, ++ .hsw = 32, ++ .vfp = 3, ++ .vbp = 15, ++ .vsw = 4, ++ .pxl_clk = 56000000, ++ .invert_pxl_clk = 0, ++ }, + }; + + /* Enable the Raster Engine of the LCD Controller */ +-- +1.7.2.5 + diff --git a/recipes-kernel/linux/linux-ti33x-psp_3.1.bb b/recipes-kernel/linux/linux-ti33x-psp_3.1.bb index 953b5749..317e53c7 100644 --- a/recipes-kernel/linux/linux-ti33x-psp_3.1.bb +++ b/recipes-kernel/linux/linux-ti33x-psp_3.1.bb @@ -29,6 +29,7 @@ PATCHES_OVER_PSP = " \ file://0001-ARM-omap-am335x-BeagleBone-version-detection-and-sup.patch \ file://0002-ARM-OMAP2-beaglebone-add-LED-support.patch \ file://0003-ARM-OMAP2-beaglebone-add-DVI-support-needs-cleanup.patch \ + file://0004-da8xx-fb-add-DVI-support-for-beaglebone.patch \ " SRC_URI += "${@base_contains('DISTRO_FEATURES', 'tipspkernel', "", "${PATCHES_OVER_PSP}", d)}"