diff options
| author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2013-07-05 06:16:02 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-08-22 10:37:46 -0400 |
| commit | 3300a8fd48976e7126cf078de95f52d59e413bb0 (patch) | |
| tree | fbe1385dbd543e3450685231ae37ebad848f579f /include/media | |
| parent | 4ab0620bdc6fe3ca2365c014552dee64402670a4 (diff) | |
[media] mt9v032: Use the common clock framework
Configure the device external clock using the common clock framework
instead of a board code callback function.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'include/media')
| -rw-r--r-- | include/media/mt9v032.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/media/mt9v032.h b/include/media/mt9v032.h index 78fd39eac219..12175a63c5b2 100644 --- a/include/media/mt9v032.h +++ b/include/media/mt9v032.h | |||
| @@ -1,13 +1,9 @@ | |||
| 1 | #ifndef _MEDIA_MT9V032_H | 1 | #ifndef _MEDIA_MT9V032_H |
| 2 | #define _MEDIA_MT9V032_H | 2 | #define _MEDIA_MT9V032_H |
| 3 | 3 | ||
| 4 | struct v4l2_subdev; | ||
| 5 | |||
| 6 | struct mt9v032_platform_data { | 4 | struct mt9v032_platform_data { |
| 7 | unsigned int clk_pol:1; | 5 | unsigned int clk_pol:1; |
| 8 | 6 | ||
| 9 | void (*set_clock)(struct v4l2_subdev *subdev, unsigned int rate); | ||
| 10 | |||
| 11 | const s64 *link_freqs; | 7 | const s64 *link_freqs; |
| 12 | s64 link_def_freq; | 8 | s64 link_def_freq; |
| 13 | }; | 9 | }; |
