2 * arch/arm/mach-omap2/board-n800-camera.c
4 * Copyright (C) 2007 Nokia Corporation
6 * Contact: Sakari Ailus <sakari.ailus@nokia.com>
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * version 2 as published by the Free Software Foundation.
12 * This program is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
24 #include <linux/clk.h>
25 #include <linux/platform_device.h>
26 #include <linux/delay.h>
27 #include <linux/videodev2.h>
28 #include <linux/gpio.h>
29 #include <linux/i2c/menelaus.h>
31 #include <media/v4l2-int-device.h>
33 #include <asm/mach-types.h>
35 #include <mach/board.h>
37 #include <../drivers/cbus/retu.h>
38 #include <../drivers/media/video/tcm825x.h>
40 #include "board-n800.h"
42 #if defined (CONFIG_VIDEO_TCM825X) || defined (CONFIG_VIDEO_TCM825X_MODULE)
44 #define OMAP24XX_CAMERA_JAM_HACK
46 #ifdef OMAP24XX_CAMERA_JAM_HACK
48 * We don't need to check every pixel to assume that the frame is
49 * corrupt and the sensor is jammed. CHECK_X and CHECK_Y are the
50 * number of u32s to check per line / row, plus there are two lines in
51 * the bottom of the frame.
56 * Start checking after this many frames since resetting the sensor.
57 * Sometimes the first frame(s) is(/are) black which could trigger
60 #define JAM_CHECK_AFTER 3
62 * If the sensor is quickly brought into bright conditions from dark,
63 * it may temporarily be saturated, leaving out the normal background
64 * noise. This many saturated frames may go through before the sensor
65 * is considered jammed.
67 #define SATURATED_MAX 30
70 #define N800_CAM_SENSOR_RESET_GPIO 53
72 static int sensor_okay
;
73 #ifdef OMAP24XX_CAMERA_JAM_HACK
74 static int frames_after_reset
;
75 static int saturated_count
;
78 const static struct tcm825x_reg tcm825x_regs_n800
[] = {
79 /* initial settings for 2.5 V */
80 {0x00, 0x03}, {0x03, 0x29}, {0xaa, 0x2a}, {0xc0, 0x2b},
81 {0x10, 0x2c}, {0x4c, 0x2d}, {0x9c, 0x3f},
84 {0x00, 0x00}, {0x30, 0x01}, {0x0e, 0x02}, /* initial */
85 {0x0f, 0x04}, {0x02, 0x05}, {0x0d, 0x06}, {0xc0, 0x07},
86 {0x38, 0x08}, {0x50, 0x09}, {0x80, 0x0a}, {0x40, 0x0b},
87 {0x40, 0x0c}, {0x00, 0x0d}, {0x04, 0x0e}, {0x04, 0x0f},
88 {0x22, 0x10}, {0x96, 0x11}, {0xf0, 0x12}, {0x08, 0x13},
89 {0x08, 0x14}, {0x30, 0x15}, {0x30, 0x16}, {0x01, 0x17},
90 {0x40, 0x18}, {0x87, 0x19}, {0x2b, 0x1a}, {0x84, 0x1b},
91 {0x52, 0x1c}, {0x44, 0x1d}, {0x68, 0x1e}, {0x00, 0x1f},
92 {0x00, 0x20}, {0x01, 0x21}, {0x27, 0x22}, {0x40, 0x23},
93 {0x27, 0x24}, {0x5f, 0x25}, {0x00, 0x26}, {0x16, 0x27},
94 {0x23, 0x28}, /* initial */ /* initial */ /* initial */
95 /* initial */ /* initial */ {0x00, 0x2e}, {0x00, 0x2f},
96 {0x00, 0x30}, {0x00, 0x31}, {0x00, 0x32}, {0x00, 0x33},
97 {0x00, 0x34}, {0x00, 0x35}, {0x00, 0x36}, {0x00, 0x37},
98 {0x00, 0x38}, {0x8c, 0x39}, {0xc8, 0x3A}, {0x80, 0x3b},
99 {0x00, 0x3c}, {0x17, 0x3d}, {0x85, 0x3e}, /* initial */
100 {0xa0, 0x40}, {0x00, 0x41}, {0x00, 0x42}, {0x00, 0x43},
101 {0x08, 0x44}, {0x12, 0x45}, {0x00, 0x46}, {0x20, 0x47},
102 {0x30, 0x48}, {0x18, 0x49}, {0x20, 0x4a}, {0x4d, 0x4b},
103 {0x0c, 0x4c}, {0xe0, 0x4d}, {0x20, 0x4e}, {0x89, 0x4f},
104 {0x21, 0x50}, {0x80, 0x51}, {0x02, 0x52}, {0x00, 0x53},
105 {0x30, 0x54}, {0x90, 0x55}, {0x40, 0x56}, {0x06, 0x57},
106 {0x0f, 0x58}, {0x23, 0x59}, {0x08, 0x5A}, {0x04, 0x5b},
107 {0x08, 0x5c}, {0x08, 0x5d}, {0x08, 0x5e}, {0x08, 0x5f},
108 {TCM825X_VAL_TERM
, TCM825X_REG_TERM
}
111 const static struct tcm825x_reg tcm825x_regs_n810
[] = {
112 /* initial settings for 2.5 V */
113 {0x00, 0x03}, {0x03, 0x29}, {0xaa, 0x2a}, {0xc0, 0x2b},
114 {0x10, 0x2c}, {0x4c, 0x2d}, {0x9c, 0x3f},
117 {0x00, 0x00}, {0x30, 0x01}, {0x0e, 0x02}, /* initial */
118 {0xcf, 0x04}, {0x02, 0x05}, {0x0d, 0x06}, {0xc0, 0x07},
119 {0x38, 0x08}, {0x50, 0x09}, {0x80, 0x0a}, {0x40, 0x0b},
120 {0x40, 0x0c}, {0x00, 0x0d}, {0x04, 0x0e}, {0x04, 0x0f},
121 {0x22, 0x10}, {0x96, 0x11}, {0xf0, 0x12}, {0x08, 0x13},
122 {0x08, 0x14}, {0x30, 0x15}, {0x30, 0x16}, {0x01, 0x17},
123 {0x40, 0x18}, {0x87, 0x19}, {0x2b, 0x1a}, {0x84, 0x1b},
124 {0x52, 0x1c}, {0x44, 0x1d}, {0x68, 0x1e}, {0x00, 0x1f},
125 {0x00, 0x20}, {0x01, 0x21}, {0x27, 0x22}, {0x40, 0x23},
126 {0x27, 0x24}, {0x5f, 0x25}, {0x00, 0x26}, {0x16, 0x27},
127 {0x23, 0x28}, /* initial */ /* initial */ /* initial */
128 /* initial */ /* initial */ {0x00, 0x2e}, {0x00, 0x2f},
129 {0x00, 0x30}, {0x00, 0x31}, {0x00, 0x32}, {0x00, 0x33},
130 {0x00, 0x34}, {0x00, 0x35}, {0x00, 0x36}, {0x00, 0x37},
131 {0x00, 0x38}, {0x8c, 0x39}, {0xc8, 0x3A}, {0x80, 0x3b},
132 {0x00, 0x3c}, {0x17, 0x3d}, {0x85, 0x3e}, /* initial */
133 {0xa0, 0x40}, {0x00, 0x41}, {0x00, 0x42}, {0x00, 0x43},
134 {0x08, 0x44}, {0x12, 0x45}, {0x00, 0x46}, {0x20, 0x47},
135 {0x30, 0x48}, {0x18, 0x49}, {0x20, 0x4a}, {0x4d, 0x4b},
136 {0x0c, 0x4c}, {0xe0, 0x4d}, {0x20, 0x4e}, {0x89, 0x4f},
137 {0x21, 0x50}, {0x80, 0x51}, {0x02, 0x52}, {0x00, 0x53},
138 {0x30, 0x54}, {0x90, 0x55}, {0x40, 0x56}, {0x06, 0x57},
139 {0x0f, 0x58}, {0x23, 0x59}, {0x08, 0x5A}, {0x04, 0x5b},
140 {0x08, 0x5c}, {0x08, 0x5d}, {0x08, 0x5e}, {0x08, 0x5f},
141 {TCM825X_VAL_TERM
, TCM825X_REG_TERM
}
144 static int tcm825x_is_okay(void)
150 * VSIM1 --> CAM_IOVDD --> IOVDD (1.8 V)
152 static int tcm825x_power_on(void)
156 /* Set VMEM to 1.5V and VIO to 2.5V */
157 ret
= menelaus_set_vmem(1500);
159 /* Try once more, it seems the sensor power up causes
160 * some problems on the I2C bus. */
161 ret
= menelaus_set_vmem(1500);
167 ret
= menelaus_set_vio(2500);
172 retu_write_reg(RETU_REG_CTRL_SET
, 0x0080);
175 gpio_set_value(N800_CAM_SENSOR_RESET_GPIO
, 1);
179 frames_after_reset
= 0;
184 static int tcm825x_power_off(void)
188 gpio_set_value(N800_CAM_SENSOR_RESET_GPIO
, 0);
192 retu_write_reg(RETU_REG_CTRL_CLR
, 0x0080);
195 /* Set VIO_MODE to off */
196 ret
= menelaus_set_vio(0);
201 /* Set VMEM_MODE to off */
202 ret
= menelaus_set_vmem(0);
210 static int tcm825x_power_set(int power
)
212 BUG_ON(!sensor_okay
);
215 return tcm825x_power_on();
217 return tcm825x_power_off();
220 static const struct tcm825x_reg
*tcm825x_default_regs(void)
222 if (machine_is_nokia_n810())
223 return tcm825x_regs_n810
;
225 return tcm825x_regs_n800
;
228 #ifdef OMAP24XX_CAMERA_JAM_HACK
230 * Check for jammed sensor, in which case all horizontal lines are
231 * equal. Handle also case where sensor could be saturated awhile in
232 * case of rapid increase of brightness.
234 static int tcm825x_needs_reset(struct v4l2_int_device
*s
, void *buf
,
235 struct v4l2_pix_format
*pix
)
241 uint32_t saturated_pattern
;
242 int is_saturated
= 1;
244 switch (pix
->pixelformat
) {
246 case V4L2_PIX_FMT_RGB565
:
247 saturated_pattern
= 0xffffffff; /* guess */
249 case V4L2_PIX_FMT_UYVY
:
250 saturated_pattern
= 0xe080e080;
254 /* This won't work for height under 2 at all. */
257 /* Check that there is enough image data. */
258 if (pix
->width
* TCM825X_BYTES_PER_PIXEL
< sizeof(uint32_t))
261 * Don't check for jamming immediately. Sometimes frames
262 * immediately after reset are black.
264 if (frames_after_reset
< JAM_CHECK_AFTER
) {
265 frames_after_reset
++;
269 dx_offset
= ((pix
->width
- sizeof(uint32_t) / TCM825X_BYTES_PER_PIXEL
)
270 * TCM825X_BYTES_PER_PIXEL
) / (CHECK_X
- 1);
271 dx_offset
= dx_offset
- dx_offset
% TCM825X_BYTES_PER_PIXEL
;
273 * Check two lines in the bottom first. They're unlikely to be
274 * saturated and quick to check.
276 offset
= (pix
->height
- 2) * pix
->bytesperline
;
278 for (j
= 0; j
< CHECK_X
; j
++) {
279 uint32_t *val
= buf
+ offset
;
280 uint32_t *val2
= buf
+ offset
+ pix
->bytesperline
;
282 if (*val
!= saturated_pattern
)
291 /* Check the rest of the picture. */
293 for (i
= 0; i
< CHECK_Y
; i
++) {
294 uint32_t offset2
= offset
;
296 for (j
= 0; j
< CHECK_X
; j
++) {
297 uint32_t *val
= buf
+ offset2
;
299 offset2
+= dx_offset
;
305 offset
+= pix
->bytesperline
* ((pix
->height
- 2) / CHECK_Y
);
308 if (is_saturated
&& saturated_count
++ < SATURATED_MAX
)
314 static int tcm825x_needs_reset(struct v4l2_int_device
*s
, void *buf
,
315 struct v4l2_pix_format
*pix
)
321 static const struct v4l2_ifparm ifparm
= {
322 .if_type
= V4L2_IF_TYPE_BT656
,
325 .frame_start_on_rising_vs
= 1,
327 .mode
= V4L2_IF_TYPE_BT656_MODE_NOBT_8BIT
,
328 .clock_min
= TCM825X_XCLK_MIN
,
329 .clock_max
= TCM825X_XCLK_MAX
,
334 static int tcm825x_ifparm(struct v4l2_ifparm
*p
)
341 static int tcm825x_is_upside_down(void)
343 return machine_is_nokia_n810();
346 const struct tcm825x_platform_data n800_tcm825x_platform_data
= {
347 .is_okay
= tcm825x_is_okay
,
348 .power_set
= tcm825x_power_set
,
349 .default_regs
= tcm825x_default_regs
,
350 .needs_reset
= tcm825x_needs_reset
,
351 .ifparm
= tcm825x_ifparm
,
352 .is_upside_down
= tcm825x_is_upside_down
,
355 void __init
n800_cam_init(void)
359 r
= gpio_request(N800_CAM_SENSOR_RESET_GPIO
, "TCM825x reset");
361 printk(KERN_WARNING
"%s: failed to request gpio\n",
366 gpio_direction_output(N800_CAM_SENSOR_RESET_GPIO
, 0);
372 void __init
n800_cam_init(void)