media: i2c: imx577: fix exp_def because exp must less than (vts - 22)

fix commit "9625dd4e2af2"
(media: i2c: imx577: fix exposure control range according to datasheet)

Change-Id: Ie0e02b553599ed969dee496767c57ebac244bce1
Signed-off-by: Jianwei Fan <jianwei.fan@rock-chips.com>
This commit is contained in:
Jianwei Fan
2023-11-13 09:45:30 +00:00
committed by Tao Huang
parent 4997ee78fe
commit 9e5b5dff61

View File

@@ -971,7 +971,7 @@ static const struct imx577_mode supported_modes[] = {
.numerator = 10000,
.denominator = 300000,
},
.exp_def = 0x0c10,
.exp_def = 0x0c08,
.hts_def = 0x11a0,
.vts_def = 0x0c1e,
.bpp = 10,
@@ -991,7 +991,7 @@ static const struct imx577_mode supported_modes[] = {
.numerator = 10000,
.denominator = 600000,
},
.exp_def = 0x0c10,
.exp_def = 0x0c08,
.hts_def = 0x11a0,
.vts_def = 0x0c1e,
.bpp = 10,