summaryrefslogtreecommitdiffstats
path: root/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0052-mt9t112-Add-more-info-to-public-header.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0052-mt9t112-Add-more-info-to-public-header.patch')
-rw-r--r--extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0052-mt9t112-Add-more-info-to-public-header.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0052-mt9t112-Add-more-info-to-public-header.patch b/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0052-mt9t112-Add-more-info-to-public-header.patch
new file mode 100644
index 00000000..3aeea03a
--- /dev/null
+++ b/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0052-mt9t112-Add-more-info-to-public-header.patch
@@ -0,0 +1,29 @@
1From d72241c7dc39f0976bcd7d05d43a86935e0deb68 Mon Sep 17 00:00:00 2001
2From: Sergio Aguirre <saaguirre@ti.com>
3Date: Thu, 1 Jul 2010 07:33:49 -0500
4Subject: [PATCH 52/75] mt9t112: Add more info to public header
5
6Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
7---
8 include/media/mt9t112.h | 5 +++++
9 1 files changed, 5 insertions(+), 0 deletions(-)
10
11diff --git a/include/media/mt9t112.h b/include/media/mt9t112.h
12index 62caaf5..49fa042 100644
13--- a/include/media/mt9t112.h
14+++ b/include/media/mt9t112.h
15@@ -13,6 +13,11 @@
16
17 #include <media/v4l2-int-device.h>
18
19+#define MT9T112_I2C_ADDR (0x78 >> 1)
20+
21+#define MT9T112_CLK_MAX (54000000) /* 54MHz */
22+#define MT9T112_CLK_MIN (6000000) /* 6Mhz */
23+
24 #define MT9T112_FLAG_PCLK_RISING_EDGE (1 << 0)
25 #define MT9T112_FLAG_DATAWIDTH_8 (1 << 1) /* default width is 10 */
26
27--
281.6.6.1
29