diff options
author | kdivvela <kdivvela@nvidia.com> | 2011-09-02 12:41:17 +0530 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2011-09-02 18:23:32 -0700 |
commit | f7c36de7d66feaeffa22f8898b0939ff38f74d68 (patch) | |
tree | 879f239b3d36ae89792e9a919a59c9100488022b /drivers | |
parent | 2ff44ef1c10b5ef1d83e9c0515b7dee98e0b9106 (diff) |
media: video: tegra: ov5650: Remove redundant i2c cmds
In QVGA 120fps mode, i2c reset commands are done twice.
One in "mode_320x240" and one in common "mode_end" which
would be done for all the modes commonly. So removed QVGA
mode specific one.
Bug 868680
Change-Id: I434cd1e7a9dd1be112ce4640e5d9f5d85e7bbc67
Reviewed-on: http://git-master/r/50459
Tested-by: Krupal Divvela <kdivvela@nvidia.com>
Reviewed-by: Shantanu Nath <snath@nvidia.com>
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Reviewed-by: Patrick Shehane <pshehane@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/tegra/ov5650.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/tegra/ov5650.c b/drivers/media/video/tegra/ov5650.c index b667d13ea4b3..52e487e9fe0d 100644 --- a/drivers/media/video/tegra/ov5650.c +++ b/drivers/media/video/tegra/ov5650.c @@ -703,8 +703,6 @@ static struct ov5650_reg mode_320x240[] = { {0x4800, 0x24}, //bit[5]=0 as CSI continuous clock {0x4837, 0x40}, //120/60/30fps:0x10/0x20/0x40 {0x3815, 0x82}, - {0x3003, 0x01}, - {0x3008, 0x02}, {OV5650_TABLE_END, 0x0000} }; |