mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +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>
9 lines
141 B
C
9 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
|