diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2010-06-14 09:47:50 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-09-21 15:31:08 -0300 |
commit | 0a54b86a71dfec88d9b12f0e003ebc4ebb4b1f0a (patch) | |
tree | 5b4f0d31515ba48ee88b8701c692fdfdf0d449ca /include/media | |
parent | 5b6c3ef0e43fe80b517735697e4d0fb5729b2ab4 (diff) | |
download | linux-0a54b86a71dfec88d9b12f0e003ebc4ebb4b1f0a.tar.bz2 |
[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')
-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 |