mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
media: i2c: imx347 HDR2X raw10 fixed fps to 25
Change-Id: I5abeb676f40e1a96e06e3cd6b084a8587bb797a8 Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
This commit is contained in:
@@ -327,8 +327,8 @@ static const struct regval imx347_hdr_2x_10bit_2688x1520_regs[] = {
|
||||
{0x302C, 0x24},
|
||||
{0x302E, 0x98},
|
||||
{0x302F, 0x0A},
|
||||
{0x3030, 0xac},
|
||||
{0x3031, 0x09},
|
||||
{0x3030, 0xbc},
|
||||
{0x3031, 0x07},
|
||||
{0x3032, 0x00},
|
||||
{0x3034, 0xEE},
|
||||
{0x3035, 0x02},
|
||||
@@ -706,11 +706,11 @@ static const struct imx347_mode supported_modes[] = {
|
||||
.height = 1536,
|
||||
.max_fps = {
|
||||
.numerator = 10000,
|
||||
.denominator = 200000,
|
||||
.denominator = 250000,
|
||||
},
|
||||
.exp_def = 0x0240,
|
||||
.hts_def = 0x02ee * 4,
|
||||
.vts_def = 0x09ac,
|
||||
.vts_def = 0x07bc,
|
||||
.reg_list = imx347_hdr_2x_10bit_2688x1520_regs,
|
||||
.hdr_mode = HDR_X2,
|
||||
.vc[PAD0] = V4L2_MBUS_CSI2_CHANNEL_1,
|
||||
|
||||
Reference in New Issue
Block a user