m5602_ov9650.h 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  1. /*
  2. * Driver for the ov9650 sensor
  3. *
  4. * Copyright (C) 2008 Erik Andrén
  5. * Copyright (C) 2007 Ilyes Gouta. Based on the m5603x Linux Driver Project.
  6. * Copyright (C) 2005 m5603x Linux Driver Project <m5602@x3ng.com.br>
  7. *
  8. * Portions of code to USB interface and ALi driver software,
  9. * Copyright (c) 2006 Willem Duinker
  10. * v4l2 interface modeled after the V4L2 driver
  11. * for SN9C10x PC Camera Controllers
  12. *
  13. * This program is free software; you can redistribute it and/or
  14. * modify it under the terms of the GNU General Public License as
  15. * published by the Free Software Foundation, version 2.
  16. *
  17. */
  18. #ifndef M5602_OV9650_H_
  19. #define M5602_OV9650_H_
  20. #include <linux/dmi.h>
  21. #include "m5602_sensor.h"
  22. /*****************************************************************************/
  23. #define OV9650_GAIN 0x00
  24. #define OV9650_BLUE 0x01
  25. #define OV9650_RED 0x02
  26. #define OV9650_VREF 0x03
  27. #define OV9650_COM1 0x04
  28. #define OV9650_BAVE 0x05
  29. #define OV9650_GEAVE 0x06
  30. #define OV9650_RSVD7 0x07
  31. #define OV9650_COM2 0x09
  32. #define OV9650_PID 0x0a
  33. #define OV9650_VER 0x0b
  34. #define OV9650_COM3 0x0c
  35. #define OV9650_COM4 0x0d
  36. #define OV9650_COM5 0x0e
  37. #define OV9650_COM6 0x0f
  38. #define OV9650_AECH 0x10
  39. #define OV9650_CLKRC 0x11
  40. #define OV9650_COM7 0x12
  41. #define OV9650_COM8 0x13
  42. #define OV9650_COM9 0x14
  43. #define OV9650_COM10 0x15
  44. #define OV9650_RSVD16 0x16
  45. #define OV9650_HSTART 0x17
  46. #define OV9650_HSTOP 0x18
  47. #define OV9650_VSTRT 0x19
  48. #define OV9650_VSTOP 0x1a
  49. #define OV9650_PSHFT 0x1b
  50. #define OV9650_MVFP 0x1e
  51. #define OV9650_AEW 0x24
  52. #define OV9650_AEB 0x25
  53. #define OV9650_VPT 0x26
  54. #define OV9650_BBIAS 0x27
  55. #define OV9650_GbBIAS 0x28
  56. #define OV9650_Gr_COM 0x29
  57. #define OV9650_RBIAS 0x2c
  58. #define OV9650_HREF 0x32
  59. #define OV9650_CHLF 0x33
  60. #define OV9650_ARBLM 0x34
  61. #define OV9650_RSVD35 0x35
  62. #define OV9650_RSVD36 0x36
  63. #define OV9650_ADC 0x37
  64. #define OV9650_ACOM38 0x38
  65. #define OV9650_OFON 0x39
  66. #define OV9650_TSLB 0x3a
  67. #define OV9650_COM12 0x3c
  68. #define OV9650_COM13 0x3d
  69. #define OV9650_COM15 0x40
  70. #define OV9650_COM16 0x41
  71. #define OV9650_LCC1 0x62
  72. #define OV9650_LCC2 0x63
  73. #define OV9650_LCC3 0x64
  74. #define OV9650_LCC4 0x65
  75. #define OV9650_LCC5 0x66
  76. #define OV9650_HV 0x69
  77. #define OV9650_DBLV 0x6b
  78. #define OV9650_COM21 0x8b
  79. #define OV9650_COM22 0x8c
  80. #define OV9650_COM24 0x8e
  81. #define OV9650_DBLC1 0x8f
  82. #define OV9650_RSVD94 0x94
  83. #define OV9650_RSVD95 0x95
  84. #define OV9650_RSVD96 0x96
  85. #define OV9650_LCCFB 0x9d
  86. #define OV9650_LCCFR 0x9e
  87. #define OV9650_AECHM 0xa1
  88. #define OV9650_COM26 0xa5
  89. #define OV9650_ACOMA8 0xa8
  90. #define OV9650_ACOMA9 0xa9
  91. #define OV9650_REGISTER_RESET (1 << 7)
  92. #define OV9650_VGA_SELECT (1 << 6)
  93. #define OV9650_CIF_SELECT (1 << 5)
  94. #define OV9650_QVGA_SELECT (1 << 4)
  95. #define OV9650_QCIF_SELECT (1 << 3)
  96. #define OV9650_RGB_SELECT (1 << 2)
  97. #define OV9650_RAW_RGB_SELECT (1 << 0)
  98. #define OV9650_FAST_AGC_AEC (1 << 7)
  99. #define OV9650_AEC_UNLIM_STEP_SIZE (1 << 6)
  100. #define OV9650_BANDING (1 << 5)
  101. #define OV9650_AGC_EN (1 << 2)
  102. #define OV9650_AWB_EN (1 << 1)
  103. #define OV9650_AEC_EN (1 << 0)
  104. #define OV9650_VARIOPIXEL (1 << 2)
  105. #define OV9650_SYSTEM_CLK_SEL (1 << 7)
  106. #define OV9650_SLAM_MODE (1 << 4)
  107. #define OV9650_QVGA_VARIOPIXEL (1 << 7)
  108. #define OV9650_VFLIP (1 << 4)
  109. #define OV9650_HFLIP (1 << 5)
  110. #define OV9650_SOFT_SLEEP (1 << 4)
  111. #define OV9650_OUTPUT_DRIVE_2X (1 << 0)
  112. #define OV9650_DENOISE_ENABLE (1 << 5)
  113. #define OV9650_WHITE_PIXEL_ENABLE (1 << 1)
  114. #define OV9650_WHITE_PIXEL_OPTION (1 << 0)
  115. #define OV9650_LEFT_OFFSET 0x62
  116. #define GAIN_DEFAULT 0x14
  117. #define RED_GAIN_DEFAULT 0x70
  118. #define BLUE_GAIN_DEFAULT 0x20
  119. #define EXPOSURE_DEFAULT 0x1ff
  120. /*****************************************************************************/
  121. /* Kernel module parameters */
  122. extern int force_sensor;
  123. extern bool dump_sensor;
  124. int ov9650_probe(struct sd *sd);
  125. int ov9650_init(struct sd *sd);
  126. int ov9650_init_controls(struct sd *sd);
  127. int ov9650_start(struct sd *sd);
  128. int ov9650_stop(struct sd *sd);
  129. void ov9650_disconnect(struct sd *sd);
  130. static const struct m5602_sensor ov9650 = {
  131. .name = "OV9650",
  132. .i2c_slave_id = 0x60,
  133. .i2c_regW = 1,
  134. .probe = ov9650_probe,
  135. .init = ov9650_init,
  136. .init_controls = ov9650_init_controls,
  137. .start = ov9650_start,
  138. .stop = ov9650_stop,
  139. .disconnect = ov9650_disconnect,
  140. };
  141. static const unsigned char preinit_ov9650[][3] = {
  142. /* [INITCAM] */
  143. {BRIDGE, M5602_XB_MCU_CLK_DIV, 0x02},
  144. {BRIDGE, M5602_XB_MCU_CLK_CTRL, 0xb0},
  145. {BRIDGE, M5602_XB_SEN_CLK_DIV, 0x00},
  146. {BRIDGE, M5602_XB_SEN_CLK_CTRL, 0xb0},
  147. {BRIDGE, M5602_XB_ADC_CTRL, 0xc0},
  148. {BRIDGE, M5602_XB_SENSOR_CTRL, 0x00},
  149. {BRIDGE, M5602_XB_SENSOR_TYPE, 0x08},
  150. {BRIDGE, M5602_XB_GPIO_DIR, 0x05},
  151. {BRIDGE, M5602_XB_GPIO_DAT, 0x04},
  152. {BRIDGE, M5602_XB_GPIO_EN_H, 0x06},
  153. {BRIDGE, M5602_XB_GPIO_DIR_H, 0x06},
  154. {BRIDGE, M5602_XB_GPIO_DAT_H, 0x00},
  155. {BRIDGE, M5602_XB_GPIO_DAT, 0x00},
  156. {BRIDGE, M5602_XB_I2C_CLK_DIV, 0x0a},
  157. /* Reset chip */
  158. {SENSOR, OV9650_COM7, OV9650_REGISTER_RESET},
  159. /* Enable double clock */
  160. {SENSOR, OV9650_CLKRC, 0x80},
  161. /* Do something out of spec with the power */
  162. {SENSOR, OV9650_OFON, 0x40}
  163. };
  164. static const unsigned char init_ov9650[][3] = {
  165. /* [INITCAM] */
  166. {BRIDGE, M5602_XB_MCU_CLK_DIV, 0x02},
  167. {BRIDGE, M5602_XB_MCU_CLK_CTRL, 0xb0},
  168. {BRIDGE, M5602_XB_SEN_CLK_DIV, 0x00},
  169. {BRIDGE, M5602_XB_SEN_CLK_CTRL, 0xb0},
  170. {BRIDGE, M5602_XB_ADC_CTRL, 0xc0},
  171. {BRIDGE, M5602_XB_SENSOR_CTRL, 0x00},
  172. {BRIDGE, M5602_XB_SENSOR_TYPE, 0x08},
  173. {BRIDGE, M5602_XB_GPIO_DIR, 0x05},
  174. {BRIDGE, M5602_XB_GPIO_DAT, 0x04},
  175. {BRIDGE, M5602_XB_GPIO_EN_H, 0x06},
  176. {BRIDGE, M5602_XB_GPIO_DIR_H, 0x06},
  177. {BRIDGE, M5602_XB_GPIO_DAT_H, 0x00},
  178. {BRIDGE, M5602_XB_GPIO_DAT, 0x00},
  179. {BRIDGE, M5602_XB_I2C_CLK_DIV, 0x0a},
  180. /* Reset chip */
  181. {SENSOR, OV9650_COM7, OV9650_REGISTER_RESET},
  182. /* One extra reset is needed in order to make the sensor behave
  183. properly when resuming from ram, could be a timing issue */
  184. {SENSOR, OV9650_COM7, OV9650_REGISTER_RESET},
  185. /* Enable double clock */
  186. {SENSOR, OV9650_CLKRC, 0x80},
  187. /* Do something out of spec with the power */
  188. {SENSOR, OV9650_OFON, 0x40},
  189. /* Set fast AGC/AEC algorithm with unlimited step size */
  190. {SENSOR, OV9650_COM8, OV9650_FAST_AGC_AEC |
  191. OV9650_AEC_UNLIM_STEP_SIZE},
  192. {SENSOR, OV9650_CHLF, 0x10},
  193. {SENSOR, OV9650_ARBLM, 0xbf},
  194. {SENSOR, OV9650_ACOM38, 0x81},
  195. /* Turn off color matrix coefficient double option */
  196. {SENSOR, OV9650_COM16, 0x00},
  197. /* Enable color matrix for RGB/YUV, Delay Y channel,
  198. set output Y/UV delay to 1 */
  199. {SENSOR, OV9650_COM13, 0x19},
  200. /* Enable digital BLC, Set output mode to U Y V Y */
  201. {SENSOR, OV9650_TSLB, 0x0c},
  202. /* Limit the AGC/AEC stable upper region */
  203. {SENSOR, OV9650_COM24, 0x00},
  204. /* Enable HREF and some out of spec things */
  205. {SENSOR, OV9650_COM12, 0x73},
  206. /* Set all DBLC offset signs to positive and
  207. do some out of spec stuff */
  208. {SENSOR, OV9650_DBLC1, 0xdf},
  209. {SENSOR, OV9650_COM21, 0x06},
  210. {SENSOR, OV9650_RSVD35, 0x91},
  211. /* Necessary, no camera stream without it */
  212. {SENSOR, OV9650_RSVD16, 0x06},
  213. {SENSOR, OV9650_RSVD94, 0x99},
  214. {SENSOR, OV9650_RSVD95, 0x99},
  215. {SENSOR, OV9650_RSVD96, 0x04},
  216. /* Enable full range output */
  217. {SENSOR, OV9650_COM15, 0x0},
  218. /* Enable HREF at optical black, enable ADBLC bias,
  219. enable ADBLC, reset timings at format change */
  220. {SENSOR, OV9650_COM6, 0x4b},
  221. /* Subtract 32 from the B channel bias */
  222. {SENSOR, OV9650_BBIAS, 0xa0},
  223. /* Subtract 32 from the Gb channel bias */
  224. {SENSOR, OV9650_GbBIAS, 0xa0},
  225. /* Do not bypass the analog BLC and to some out of spec stuff */
  226. {SENSOR, OV9650_Gr_COM, 0x00},
  227. /* Subtract 32 from the R channel bias */
  228. {SENSOR, OV9650_RBIAS, 0xa0},
  229. /* Subtract 32 from the R channel bias */
  230. {SENSOR, OV9650_RBIAS, 0x0},
  231. {SENSOR, OV9650_COM26, 0x80},
  232. {SENSOR, OV9650_ACOMA9, 0x98},
  233. /* Set the AGC/AEC stable region upper limit */
  234. {SENSOR, OV9650_AEW, 0x68},
  235. /* Set the AGC/AEC stable region lower limit */
  236. {SENSOR, OV9650_AEB, 0x5c},
  237. /* Set the high and low limit nibbles to 3 */
  238. {SENSOR, OV9650_VPT, 0xc3},
  239. /* Set the Automatic Gain Ceiling (AGC) to 128x,
  240. drop VSYNC at frame drop,
  241. limit exposure timing,
  242. drop frame when the AEC step is larger than the exposure gap */
  243. {SENSOR, OV9650_COM9, 0x6e},
  244. /* Set VSYNC negative, Set RESET to SLHS (slave mode horizontal sync)
  245. and set PWDN to SLVS (slave mode vertical sync) */
  246. {SENSOR, OV9650_COM10, 0x42},
  247. /* Set horizontal column start high to default value */
  248. {SENSOR, OV9650_HSTART, 0x1a}, /* 210 */
  249. /* Set horizontal column end */
  250. {SENSOR, OV9650_HSTOP, 0xbf}, /* 1534 */
  251. /* Complementing register to the two writes above */
  252. {SENSOR, OV9650_HREF, 0xb2},
  253. /* Set vertical row start high bits */
  254. {SENSOR, OV9650_VSTRT, 0x02},
  255. /* Set vertical row end low bits */
  256. {SENSOR, OV9650_VSTOP, 0x7e},
  257. /* Set complementing vertical frame control */
  258. {SENSOR, OV9650_VREF, 0x10},
  259. {SENSOR, OV9650_ADC, 0x04},
  260. {SENSOR, OV9650_HV, 0x40},
  261. /* Enable denoise, and white-pixel erase */
  262. {SENSOR, OV9650_COM22, OV9650_DENOISE_ENABLE |
  263. OV9650_WHITE_PIXEL_ENABLE |
  264. OV9650_WHITE_PIXEL_OPTION},
  265. /* Enable VARIOPIXEL */
  266. {SENSOR, OV9650_COM3, OV9650_VARIOPIXEL},
  267. {SENSOR, OV9650_COM4, OV9650_QVGA_VARIOPIXEL},
  268. /* Put the sensor in soft sleep mode */
  269. {SENSOR, OV9650_COM2, OV9650_SOFT_SLEEP | OV9650_OUTPUT_DRIVE_2X},
  270. };
  271. static const unsigned char res_init_ov9650[][3] = {
  272. {SENSOR, OV9650_COM2, OV9650_OUTPUT_DRIVE_2X},
  273. {BRIDGE, M5602_XB_LINE_OF_FRAME_H, 0x82},
  274. {BRIDGE, M5602_XB_LINE_OF_FRAME_L, 0x00},
  275. {BRIDGE, M5602_XB_PIX_OF_LINE_H, 0x82},
  276. {BRIDGE, M5602_XB_PIX_OF_LINE_L, 0x00},
  277. {BRIDGE, M5602_XB_SIG_INI, 0x01}
  278. };
  279. #endif