summaryrefslogtreecommitdiffstats
path: root/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0021-mt9t111-Fix-max-supported-xclk.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0021-mt9t111-Fix-max-supported-xclk.patch')
-rw-r--r--extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0021-mt9t111-Fix-max-supported-xclk.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0021-mt9t111-Fix-max-supported-xclk.patch b/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0021-mt9t111-Fix-max-supported-xclk.patch
new file mode 100644
index 00000000..731f20e7
--- /dev/null
+++ b/extras/recipes-kernel/linux/linux-omap-psp-2.6.32/cam/0021-mt9t111-Fix-max-supported-xclk.patch
@@ -0,0 +1,28 @@
1From 3bca76ae1008ba2b2788214a59fd7813c69f9254 Mon Sep 17 00:00:00 2001
2From: Sergio Aguirre <saaguirre@ti.com>
3Date: Thu, 24 Jun 2010 17:43:23 -0500
4Subject: [PATCH 21/75] mt9t111: Fix max supported xclk
5
6According to Aptina documentation, the max should be 54 MHz, not 75 MHz.
7
8Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
9---
10 include/media/mt9t111.h | 2 +-
11 1 files changed, 1 insertions(+), 1 deletions(-)
12
13diff --git a/include/media/mt9t111.h b/include/media/mt9t111.h
14index aae3f99..cd34885 100644
15--- a/include/media/mt9t111.h
16+++ b/include/media/mt9t111.h
17@@ -42,7 +42,7 @@
18 /*i2c adress for MT9T111*/
19 #define MT9T111_I2C_ADDR (0x78 >> 1)
20
21-#define MT9T111_CLK_MAX (75000000) /* 75MHz */
22+#define MT9T111_CLK_MAX (54000000) /* 54MHz */
23 #define MT9T111_CLK_MIN (6000000) /* 6Mhz */
24
25 #define MT9T111_I2C_CONFIG (1)
26--
271.6.6.1
28