aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-dmai
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-09-25 12:45:42 +0200
committerKoen Kooi <koen@openembedded.org>2009-09-25 12:45:42 +0200
commita8f0ed36b9c564f0e8d3ffa498ac4ef93a653c63 (patch)
tree5eca11cce1968c549500da4152e795ebcc825675 /recipes/ti/ti-dmai
parenteba3242f63ea6f092b8bb3ba6a474b26997b99b1 (diff)
downloadopenembedded-a8f0ed36b9c564f0e8d3ffa498ac4ef93a653c63.tar.gz
ti-dmai: add omap3-touchbook support
Diffstat (limited to 'recipes/ti/ti-dmai')
-rw-r--r--recipes/ti/ti-dmai/touchbook-support.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/ti/ti-dmai/touchbook-support.patch b/recipes/ti/ti-dmai/touchbook-support.patch
new file mode 100644
index 0000000000..a63bb17e7a
--- /dev/null
+++ b/recipes/ti/ti-dmai/touchbook-support.patch
@@ -0,0 +1,10 @@
+--- /tmp/Cpu.c 2009-09-25 12:41:08.000000000 +0200
++++ davinci_multimedia_application_interface/dmai/packages/ti/sdo/dmai/linux/Cpu.c 2009-09-25 12:41:36.000000000 +0200
+@@ -107,6 +107,7 @@
+ }
+ else if ((strcmp(valBuf,"OMAP3EVM Board") == 0) ||
+ (strcmp(valBuf, "OMAP3 EVM") == 0) ||
++ (strcmp(valBuf, "OMAP3 Touch Book") == 0) ||
+ (strcmp(valBuf, "OMAP3 Beagle Board") == 0)) {
+ *device = Cpu_Device_OMAP3530;
+ }