[media] mt9p031: Identify color/mono models using I2C device name
[firefly-linux-kernel-4.4.55.git] / include / media / mt9p031.h
1 #ifndef MT9P031_H
2 #define MT9P031_H
3
4 struct v4l2_subdev;
5
6 struct mt9p031_platform_data {
7         int (*set_xclk)(struct v4l2_subdev *subdev, int hz);
8         int (*reset)(struct v4l2_subdev *subdev, int active);
9         int ext_freq; /* input frequency to the mt9p031 for PLL dividers */
10         int target_freq; /* frequency target for the PLL */
11 };
12
13 #endif