mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
0bc77f3f06
The pixel rate control is required by the OMAP3 ISP driver and should be implemented by all media controller-compatible sensor drivers. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
10 lines
141 B
C
10 lines
141 B
C
#ifndef _MEDIA_MT9T001_H
|
|
#define _MEDIA_MT9T001_H
|
|
|
|
struct mt9t001_platform_data {
|
|
unsigned int clk_pol:1;
|
|
unsigned int ext_clk;
|
|
};
|
|
|
|
#endif
|