mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
media: i2c: imx347 fixed frame rate to 20fps
Change-Id: Ifcb541be432278d889139cc7941febc8bba42cc5 Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
This commit is contained in:
@@ -286,8 +286,8 @@ static const struct regval imx347_hdr_2x_2688x1520_regs[] = {
|
||||
{0x3002, 0x00},
|
||||
{0x300C, 0x5B},
|
||||
{0x300D, 0x40},
|
||||
{0x3030, 0xbc},
|
||||
{0x3031, 0x07},
|
||||
{0x3030, 0xac},
|
||||
{0x3031, 0x09},
|
||||
{0x3032, 0x00},
|
||||
{0x3034, 0xEE},
|
||||
{0x3035, 0x02},
|
||||
@@ -412,11 +412,11 @@ static const struct imx347_mode supported_modes[] = {
|
||||
.height = 1536,
|
||||
.max_fps = {
|
||||
.numerator = 10000,
|
||||
.denominator = 250000,
|
||||
.denominator = 200000,
|
||||
},
|
||||
.exp_def = 0x0240,
|
||||
.hts_def = 0x02ee * 4,
|
||||
.vts_def = 0x07bc,
|
||||
.vts_def = 0x09ac,
|
||||
.reg_list = imx347_hdr_2x_2688x1520_regs,
|
||||
.hdr_mode = HDR_X2,
|
||||
.vc[PAD0] = V4L2_MBUS_CSI2_CHANNEL_1,
|
||||
|
||||
Reference in New Issue
Block a user