diff options
author | Bryan Wu <pengw@nvidia.com> | 2013-01-16 17:27:29 -0800 |
---|---|---|
committer | Matthew Pedro <mapedro@nvidia.com> | 2013-03-05 09:42:45 -0800 |
commit | 58d8e724d2241b63870ff771dd6962ce9dc5e10c (patch) | |
tree | 76a6d8b1044f729ba1836e33914013a8f9879871 /include | |
parent | cf430cbe6d219edf9da694697a5406bf27ed39a0 (diff) |
media: soc_camera: add OV5650 SoC camera I2C device driver
OV5650 is a RAW sensor outputing Bayer RAW 8 or RAW 10 data.
This driver uses SoC camera interface and supports several
different resolution.
Change-Id: I8075b63b42f7949a264bdef446f5ed8bdc0a9eee
Signed-off-by: Bryan Wu <pengw@nvidia.com>
Reviewed-on: http://git-master/r/200223
GVS: Gerrit_Virtual_Submit
Reviewed-by: Matthew Pedro <mapedro@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/media/v4l2-chip-ident.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h index fb929eacd2e6..a0d15e57cc6f 100644 --- a/include/media/v4l2-chip-ident.h +++ b/include/media/v4l2-chip-ident.h @@ -78,6 +78,7 @@ enum { V4L2_IDENT_OV9740 = 260, V4L2_IDENT_OV5642 = 261, V4L2_IDENT_OV5640 = 262, + V4L2_IDENT_OV5650 = 263, /* module saa7146: reserved range 300-309 */ V4L2_IDENT_SAA7146 = 300, |