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