1 From 42caf665931e5f86e514fcf5e011daff395836c2 Mon Sep 17 00:00:00 2001
2 From: Sergio Aguirre <saaguirre@ti.com>
3 Date: Thu, 15 Jul 2010 17:53:07 -0500
4 Subject: [PATCH 57/75] SQUASH: omap3beagle: camera: Bring back mt9t111 support
7 arch/arm/mach-omap2/board-omap3beagle-camera.c | 8 ++++----
8 1 files changed, 4 insertions(+), 4 deletions(-)
10 diff --git a/arch/arm/mach-omap2/board-omap3beagle-camera.c b/arch/arm/mach-omap2/board-omap3beagle-camera.c
11 index 0b4dff7..3118026 100644
12 --- a/arch/arm/mach-omap2/board-omap3beagle-camera.c
13 +++ b/arch/arm/mach-omap2/board-omap3beagle-camera.c
14 @@ -221,14 +221,14 @@ static struct isp_interface_config mt9t112_if_config = {
15 .cam_mclk = ISP_MT9T112_MCLK,
16 .wenlog = ISPCCDC_CFG_WENLOG_AND,
18 - .u.par.par_bridge = 0x3,
19 + .u.par.par_bridge = 0x2,
20 .u.par.par_clk_pol = 0x0,
23 static struct v4l2_ifparm mt9t112_ifparm_s = {
24 - .if_type = V4L2_IF_TYPE_RAW,
25 + .if_type = V4L2_IF_TYPE_YCbCr,
29 .frame_start_on_rising_vs = 1,
32 @@ -262,7 +262,7 @@ static struct omap34xxcam_hw_config mt9t112_hwc = {
35 .dev_type = OMAP34XXCAM_SLAVE_SENSOR,
36 - .u.sensor.sensor_isp = 0,
37 + .u.sensor.sensor_isp = 1,
38 .u.sensor.capture_mem = MT9T112_BIGGEST_FRAME_BYTE_SIZE,
39 .u.sensor.ival_default = { 1, 10 },