mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
media: i2c: ov5695 fixed exp_def error value, needs exp_def <= vts_def-4
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com> Change-Id: I01b54192e672657ff655b4b47f7333c3f1ae631d
This commit is contained in:
@@ -560,7 +560,7 @@ static const struct ov5695_mode supported_modes[] = {
|
||||
.numerator = 10000,
|
||||
.denominator = 1200000,
|
||||
},
|
||||
.exp_def = 0x0450,
|
||||
.exp_def = 0x0200,
|
||||
.hts_def = 0x02a0 * 4,
|
||||
.vts_def = 0x022e,
|
||||
.reg_list = ov5695_640x480_regs,
|
||||
|
||||
Reference in New Issue
Block a user