From 07c209eca138072ff033b26bf52e362c648af937 Mon Sep 17 00:00:00 2001 From: Zefa Chen Date: Mon, 22 Nov 2021 11:29:25 +0800 Subject: [PATCH] media: i2c: ov50c40 4096x3072@15fps close skew output when date rate < 1.5Gbps/lane, needn't deskew Signed-off-by: Zefa Chen Change-Id: Ic4ffcf5ee4240378d38508952c178032ceba77e3 --- drivers/media/i2c/ov50c40.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/i2c/ov50c40.c b/drivers/media/i2c/ov50c40.c index c919d5024d8e..6a18b0c0d5d6 100644 --- a/drivers/media/i2c/ov50c40.c +++ b/drivers/media/i2c/ov50c40.c @@ -602,7 +602,7 @@ static const struct regval ov50c40_10bit_4096x3072_dphy_regs[] = { {0x481b, 0x2b}, {0x4837, 0x14}, {0x484b, 0x27}, - {0x4850, 0x43}, + {0x4850, 0x4f}, {0x4851, 0xaa}, {0x4854, 0x06}, {0x4860, 0x00},