0a54b86a71
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>
8 lines
118 B
C
8 lines
118 B
C
#ifndef _MEDIA_MT9T001_H
|
|
#define _MEDIA_MT9T001_H
|
|
|
|
struct mt9t001_platform_data {
|
|
unsigned int clk_pol:1;
|
|
};
|
|
|
|
#endif
|