From d0dc5a0c04f97c059ac960e1787ea6a5d31386fa Mon Sep 17 00:00:00 2001 From: Sach Lin Date: Thu, 19 May 2022 17:07:50 +0800 Subject: [PATCH] media: i2c: ov50c40: update cphy reg setting. increase cphy post time to fix crc error. Signed-off-by: Sach Lin Change-Id: Ic6e0c69ae82eac273f2f25268b214fbe5443c63a --- drivers/media/i2c/ov50c40.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/i2c/ov50c40.c b/drivers/media/i2c/ov50c40.c index 872f5b677055..55d74c6faa75 100644 --- a/drivers/media/i2c/ov50c40.c +++ b/drivers/media/i2c/ov50c40.c @@ -4922,7 +4922,7 @@ static const struct regval ov50c40_10bit_4096x3072_cphy_30fps_regs[] = { {0x480e, 0x04}, {0x480f, 0x32}, {0x4815, 0x19}, - {0x481b, 0x09}, + {0x481b, 0x18},//90ns {0x481f, 0x32}, {0x4837, 0x09}, {0x484b, 0x27}, @@ -5526,7 +5526,7 @@ static const struct regval ov50c40_10bit_8192x6144_cphy_12fps_regs[] = { {0x480e, 0x04}, {0x480f, 0x32}, {0x4815, 0x19}, - {0x481b, 0x09}, + {0x481b, 0x14}, {0x481f, 0x32}, {0x4837, 0x09}, {0x484b, 0x27},