From 267836bcc808928afa2a92d4088c41f488ebf047 Mon Sep 17 00:00:00 2001 From: Shravan Chippa Date: Wed, 5 Mar 2025 10:44:40 +0530 Subject: [PATCH] media: i2c: imx334: common reg value correction correcting the CPWAIT_TIME value as per the data sheet for the link frequency and input clock Signed-off-by: Shravan Chippa Signed-off-by: Sakari Ailus Signed-off-by: Hans Verkuil --- drivers/media/i2c/imx334.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/i2c/imx334.c b/drivers/media/i2c/imx334.c index 84a2313d0c8d8..8cd1eecd01433 100644 --- a/drivers/media/i2c/imx334.c +++ b/drivers/media/i2c/imx334.c @@ -191,7 +191,7 @@ static const struct imx334_reg common_mode_regs[] = { {0x31a0, 0x20}, {0x31a1, 0x0f}, {0x300c, 0x3b}, - {0x300d, 0x29}, + {0x300d, 0x2a}, {0x314c, 0x29}, {0x314d, 0x01}, {0x315a, 0x06}, -- 2.50.1