diff options
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/tegra/ov2710.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/tegra/ov2710.c b/drivers/media/video/tegra/ov2710.c index 90c2bb4b3189..84f0e686c0dc 100644 --- a/drivers/media/video/tegra/ov2710.c +++ b/drivers/media/video/tegra/ov2710.c @@ -166,7 +166,7 @@ static struct ov2710_reg mode_1920x1080[] = { {0x350c, 0xff}, /* peak VTS reg, set to highest limit */ {0x350d, 0xff}, /* peak VTS reg, set to highest limit */ {0x3406, 0x01}, /* AWB manual, 0-auto, 1-manual */ - {0x3503, 0x07}, /* enable manual gain and manual exposure */ + {0x3503, 0x13}, /* enable manual gain and manual exposure */ {0x3500, 0x00}, /* write default to AEC PK EXPO */ {0x3501, 0x00}, /* write default to AEC PK EXPO */ {0x3502, 0x02}, /* write default to AEC PK EXPO */ @@ -284,7 +284,7 @@ static struct ov2710_reg mode_1280x720[] = { {0x350c, 0xff}, /* peak VTS reg, set to highest limit */ {0x350d, 0xff}, /* peak VTS reg, set to highest limit */ {0x3406, 0x01}, /* AWB manual, 0-auto, 1-manual */ - {0x3503, 0x07}, /* enable manual gain and manual exposure */ + {0x3503, 0x13}, /* enable manual gain and manual exposure */ {0x3500, 0x00}, /* write default to AEC PK EXPO */ {0x3501, 0x00}, /* write default to AEC PK EXPO */ {0x3502, 0x02}, /* write default to AEC PK EXPO */ |