projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
997ef6b
)
media: ov2685: Not delay latch for gain
author
Shunqian Zheng
<zhengsq@rock-chips.com>
Thu, 1 Mar 2018 08:44:16 +0000
(
03:44
-0500)
committer
Mauro Carvalho Chehab
<mchehab@s-opensource.com>
Tue, 6 Mar 2018 17:24:52 +0000
(12:24 -0500)
Update the register 0x3503 to use 'no delay latch' for gain.
This makes sensor to output the first frame as normal rather
than a very dark one.
Signed-off-by: Shunqian Zheng <zhengsq@rock-chips.com>
Reviewed-by: Tomasz Figa <tfiga@chromium.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/i2c/ov2685.c
patch
|
blob
|
history
diff --git
a/drivers/media/i2c/ov2685.c
b/drivers/media/i2c/ov2685.c
index 9ac702e3ae951045107b39fe33180ad74b3089c8..83c55e8288e7de5903d4ef3b5703333cd47bcb57 100644
(file)
--- a/
drivers/media/i2c/ov2685.c
+++ b/
drivers/media/i2c/ov2685.c
@@
-119,7
+119,7
@@
static struct regval ov2685_1600x1200_regs[] = {
{0x3087, 0x00},
{0x3501, 0x4e},
{0x3502, 0xe0},
- {0x3503, 0x
0
7},
+ {0x3503, 0x
2
7},
{0x350b, 0x36},
{0x3600, 0xb4},
{0x3603, 0x35},