]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/kernel/omap/beagle/0006-DSS2-use-DSI-PLL-for-DPI-with-OMAP3.patch
snort: Update urls for rules download (2.9.7.0) in 'ids.cgi'
[ipfire-2.x.git] / src / patches / kernel / omap / beagle / 0006-DSS2-use-DSI-PLL-for-DPI-with-OMAP3.patch
1 From 40d889a09a05765138f3b737becadfe927c9b004 Mon Sep 17 00:00:00 2001
2 From: Robert Nelson <robertcnelson@gmail.com>
3 Date: Tue, 19 Mar 2013 13:40:50 -0500
4 Subject: [PATCH 6/6] DSS2: use DSI PLL for DPI with OMAP3
5
6 Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
7 ---
8 drivers/video/omap2/dss/dpi.c | 4 ----
9 1 file changed, 4 deletions(-)
10
11 diff --git a/drivers/video/omap2/dss/dpi.c b/drivers/video/omap2/dss/dpi.c
12 index 757b57f..12ed14f 100644
13 --- a/drivers/video/omap2/dss/dpi.c
14 +++ b/drivers/video/omap2/dss/dpi.c
15 @@ -58,10 +58,6 @@ static struct platform_device *dpi_get_dsidev(enum omap_channel channel)
16 */
17 switch (omapdss_get_version()) {
18 case OMAPDSS_VER_OMAP24xx:
19 - case OMAPDSS_VER_OMAP34xx_ES1:
20 - case OMAPDSS_VER_OMAP34xx_ES3:
21 - case OMAPDSS_VER_OMAP3630:
22 - case OMAPDSS_VER_AM35xx:
23 return NULL;
24
25 case OMAPDSS_VER_OMAP4430_ES1:
26 --
27 1.7.10.4
28