1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 14:27:48 +00:00

linux-3.0: fixes

* we now have 64kiB of cache instead of 32kiB
* fix the build failure when disabling omap4
* fix lcd boardfile

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-08-17 15:37:08 +02:00
parent ca1f089127
commit d079bc5d0d
6 changed files with 224 additions and 62 deletions
@@ -1,4 +1,4 @@
From 79f2013a573226d43a9d07760f81c297ba93b3c0 Mon Sep 17 00:00:00 2001
From 1890f67c9114d6fdf7696d6fa4eef62b1d7f74c4 Mon Sep 17 00:00:00 2001
From: Roger Monk <r-monk@ti.com>
Date: Wed, 10 Aug 2011 16:54:34 +0200
Subject: [PATCH 1/3] omap2-displays: Add support for ThreeFiveCorp S9700 Display
@@ -43,7 +43,7 @@ index 0f601ab..8abdf50 100644
obj-$(CONFIG_PANEL_ACX565AKM) += panel-acx565akm.o
diff --git a/drivers/video/omap2/displays/panel-tfc-s9700rtwv35tr01b.c b/drivers/video/omap2/displays/panel-tfc-s9700rtwv35tr01b.c
new file mode 100644
index 0000000..796393d
index 0000000..c2a1a19
--- /dev/null
+++ b/drivers/video/omap2/displays/panel-tfc-s9700rtwv35tr01b.c
@@ -0,0 +1,118 @@
@@ -72,7 +72,7 @@ index 0000000..796393d
+#include <linux/device.h>
+#include <linux/err.h>
+
+#include <plat/display.h>
+#include <video/omapdss.h>
+
+static struct omap_video_timings tfc_timings = {
+ .x_res = 800,
@@ -1,4 +1,4 @@
From 1fc2bd36acf09d22db63b59985eab1a663855581 Mon Sep 17 00:00:00 2001
From 807d261326e06903007c95457d6934588a483be0 Mon Sep 17 00:00:00 2001
From: Jason Kridner <jkridner@beagleboard.org>
Date: Fri, 5 Aug 2011 18:07:09 +0000
Subject: [PATCH 2/3] omap3: beagle: added lcd driver
@@ -1,4 +1,4 @@
From a2fa8fa573f44d60d812779cf55e546303dcd6cb Mon Sep 17 00:00:00 2001
From cddc76248e1bec4d8cd345c72fcb0ff7c0e22054 Mon Sep 17 00:00:00 2001
From: Joel A Fernandes <agnel.joel@gmail.com>
Date: Wed, 17 Aug 2011 00:28:49 -0500
Subject: [PATCH 3/3] Make fbset show correct timing values
@@ -10,7 +10,7 @@ Cc: "Monk, Roger" <r-monk@ti.com>
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/drivers/video/omap2/displays/panel-tfc-s9700rtwv35tr01b.c b/drivers/video/omap2/displays/panel-tfc-s9700rtwv35tr01b.c
index 796393d..9689a2c 100644
index c2a1a19..6afd4e3 100644
--- a/drivers/video/omap2/displays/panel-tfc-s9700rtwv35tr01b.c
+++ b/drivers/video/omap2/displays/panel-tfc-s9700rtwv35tr01b.c
@@ -88,6 +88,12 @@ static int tfc_panel_resume(struct omap_dss_device *dssdev)