diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2014-09-20 17:38:56 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-04-02 20:29:56 -0400 |
commit | 7c3be9f812be6c2466ecb705200fc13cc34caa9c (patch) | |
tree | 8a9511b18f1844e598fc55dd208e9d642bb4d1ab /include/media | |
parent | 9012d0888c8fc473d5760f2367b002dfddee80f9 (diff) |
[media] v4l: mt9p031: Convert to the gpiod API
This simplifies platform data and DT integration.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/mt9p031.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/mt9p031.h b/include/media/mt9p031.h index b1e63f2b72bd..1ba361205af1 100644 --- a/include/media/mt9p031.h +++ b/include/media/mt9p031.h | |||
@@ -5,12 +5,10 @@ struct v4l2_subdev; | |||
5 | 5 | ||
6 | /* | 6 | /* |
7 | * struct mt9p031_platform_data - MT9P031 platform data | 7 | * struct mt9p031_platform_data - MT9P031 platform data |
8 | * @reset: Chip reset GPIO (set to -1 if not used) | ||
9 | * @ext_freq: Input clock frequency | 8 | * @ext_freq: Input clock frequency |
10 | * @target_freq: Pixel clock frequency | 9 | * @target_freq: Pixel clock frequency |
11 | */ | 10 | */ |
12 | struct mt9p031_platform_data { | 11 | struct mt9p031_platform_data { |
13 | int reset; | ||
14 | int ext_freq; | 12 | int ext_freq; |
15 | int target_freq; | 13 | int target_freq; |
16 | }; | 14 | }; |