diff options
author | Andrew Chew <achew@nvidia.com> | 2012-08-08 13:35:33 -0700 |
---|---|---|
committer | Winnie Hsu <whsu@nvidia.com> | 2012-12-17 11:32:42 -0800 |
commit | 8410f55a21b22ea2dee38bb46e918edd6e99c167 (patch) | |
tree | 28bfc83cf1c657e801178708eb586ca5c33dbbfb /include/media | |
parent | 384596a7268916b87d7cea679a6264ff2f65f61b (diff) |
media: ov5640: Add Omnivision OV5640 support
Based on ov5642 driver. There seem to be some register differences,
so forking the driver to make those changes.
Change-Id: Idb4a79757cbbcd15d5456ce82a708f433faaff7a
Signed-off-by: Andrew Chew <achew@nvidia.com>
Signed-off-by: Bryan Wu <pengw@nvidia.com>
Reviewed-on: http://git-master/r/169836
Reviewed-by: Winnie Hsu <whsu@nvidia.com>
Diffstat (limited to 'include/media')
-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 63fd9d3db296..fb929eacd2e6 100644 --- a/include/media/v4l2-chip-ident.h +++ b/include/media/v4l2-chip-ident.h @@ -77,6 +77,7 @@ enum { V4L2_IDENT_OV2640 = 259, V4L2_IDENT_OV9740 = 260, V4L2_IDENT_OV5642 = 261, + V4L2_IDENT_OV5640 = 262, /* module saa7146: reserved range 300-309 */ V4L2_IDENT_SAA7146 = 300, |