mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user