diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2010-06-14 14:47:50 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-09-21 20:31:08 +0200 |
commit | 0a54b86a71dfec88d9b12f0e003ebc4ebb4b1f0a (patch) | |
tree | 5b4f0d31515ba48ee88b8701c692fdfdf0d449ca /include/media/mt9t001.h | |
parent | [media] omap3isp: video: Avoid crashes when pipeline set stream operation fails (diff) | |
download | linux-0a54b86a71dfec88d9b12f0e003ebc4ebb4b1f0a.tar.xz linux-0a54b86a71dfec88d9b12f0e003ebc4ebb4b1f0a.zip |
[media] mt9t001: Aptina (Micron) MT9T001 3MP sensor driver
The MT9T001 is a parallel 3MP sensor from Aptina (formerly Micron)
controlled through I2C.
The driver creates a V4L2 subdevice. It currently supports binning and
cropping, and the gain, exposure, test pattern and black level controls.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media/mt9t001.h')
-rw-r--r-- | include/media/mt9t001.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/media/mt9t001.h b/include/media/mt9t001.h new file mode 100644 index 000000000000..e839a78bb9c5 --- /dev/null +++ b/include/media/mt9t001.h @@ -0,0 +1,8 @@ +#ifndef _MEDIA_MT9T001_H +#define _MEDIA_MT9T001_H + +struct mt9t001_platform_data { + unsigned int clk_pol:1; +}; + +#endif |