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:
Zefa Chen
2020-12-03 16:19:59 +08:00
committed by Tao Huang
parent 5ccf3f632a
commit c321f37fe1

View File

@@ -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,