media: i2c: s5k3l6xx: fix VOD and Tr/Tf registers

Modify the VOD of sensor output MIPI signal to 450mV and
Rise/Fall time to 60ps.

Signed-off-by: Jianwei Fan <jianwei.fan@rock-chips.com>
Change-Id: Ib80904770ff0561fd10a40d1ba7a467d7aa7a31d
This commit is contained in:
Jianwei Fan
2022-02-18 10:43:49 +08:00
committed by Tao Huang
parent a212f58bdb
commit e3656e83e6

View File

@@ -245,7 +245,8 @@ static const struct regval s5k3l6xx_4208x3120_30fps_regs[] = {
{0x38D6, 0x000A},
{0x38D4, 0x0009},
{0x38B0, 0x000F},
{0x3932, 0x1800},
{0x3932, 0x1000},
{0x3934, 0x0180},
{0x3938, 0x000C},
{0x0820, 0x04B0},
{0x380C, 0x0090},
@@ -383,6 +384,7 @@ static const struct regval s5k3l6xx_2104x1560_30fps_regs[] = {
{0x38D4, 0x0004},
{0x38B0, 0x0007},
{0x3932, 0x1000},
{0x3934, 0x0180},
{0x3938, 0x000C},
{0x0820, 0x0238},
{0x380C, 0x0049},