summaryrefslogtreecommitdiff
path: root/drivers/media/video/tegra
diff options
context:
space:
mode:
authorFrank Chen <frankc@nvidia.com>2013-06-01 01:06:10 -0700
committerHarshada Kale <hkale@nvidia.com>2013-06-10 08:11:02 -0700
commit93ee6dce097ffd90baeda47fd0703049530d8ecd (patch)
tree004986b41e49a88d064819f805e077c4915e2f6e /drivers/media/video/tegra
parentee9a820d950c8bc533a5738a6f476c9c698f4e76 (diff)
media: video: tegra: Fix ov5693 preview flashing issue
Set MGC register to use sensor gain instead of real gain. Change-Id: I949637ec50230539bccdb0acfc4e069165fba33d Signed-off-by: Frank Chen <frankc@nvidia.com> Reviewed-on: http://git-master/r/234764 Reviewed-on: http://git-master/r/234785 (cherry picked from commit 25bd6126c61fb839411ae9570249f465b005722c) Reviewed-on: http://git-master/r/236900 Reviewed-by: Yin-Chia Yeh <yyeh@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Sachin Nikam <snikam@nvidia.com>
Diffstat (limited to 'drivers/media/video/tegra')
-rw-r--r--drivers/media/video/tegra/ov5693.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/video/tegra/ov5693.c b/drivers/media/video/tegra/ov5693.c
index 601da546831b..9caa165b5041 100644
--- a/drivers/media/video/tegra/ov5693.c
+++ b/drivers/media/video/tegra/ov5693.c
@@ -1165,7 +1165,7 @@ static const struct ov5693_reg ov5693_2592x1944_HDR_24fps_i2c[] = {
{0x3506, 0x00},
{0x3507, 0x01},
{0x3508, 0x80},
- {0x3509, 0x10},
+ {0x3509, 0x08},
{0x350a, 0x00},
{0x350b, 0x40},
{0x3601, 0x0a},
@@ -1413,7 +1413,7 @@ static const struct ov5693_reg ov5693_1920x1080_HDR_30fps_i2c[] = {
{0x3506, 0x00},
{0x3507, 0x01},
{0x3508, 0x80},
- {0x3509, 0x10},
+ {0x3509, 0x08},
{0x350a, 0x00},
{0x350b, 0x40},
{0x3601, 0x0a},
@@ -1661,7 +1661,7 @@ static const struct ov5693_reg ov5693_1296x972_HDR_30fps_i2c[] = {
{0x3506, 0x00},
{0x3507, 0x01},
{0x3508, 0x80},
- {0x3509, 0x10},
+ {0x3509, 0x08},
{0x350a, 0x00},
{0x350b, 0x40},
{0x3601, 0x0a},
@@ -1909,7 +1909,7 @@ static const struct ov5693_reg ov5693_1280x720_HDR_60fps_i2c[] = {
{0x3506, 0x00},
{0x3507, 0x01},
{0x3508, 0x80},
- {0x3509, 0x10},
+ {0x3509, 0x08},
{0x350a, 0x00},
{0x350b, 0x40},
{0x3601, 0x0a},