summaryrefslogtreecommitdiff
path: root/drivers/media/video/tegra/ov5650.c
diff options
context:
space:
mode:
authorkdivvela <kdivvela@nvidia.com>2011-09-02 12:41:17 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:48:49 -0800
commit32d667dcff710ad05c346f2a4193cff492a22f43 (patch)
tree7b929165f76e5b1b1d5aad78ac12630022381575 /drivers/media/video/tegra/ov5650.c
parentfe9afd9facc2dc2e1807fd0c86214d87b7c932a6 (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 Original-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> Rebase-Id: R7589beadd6926110bf8b0430b39071053d613970
Diffstat (limited to 'drivers/media/video/tegra/ov5650.c')
-rw-r--r--drivers/media/video/tegra/ov5650.c2
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}
};