[PATCH V7 2/4] media: i2c: imx334: common reg value correction
From: shravan kumar
Date: Wed Mar 05 2025 - 00:17:08 EST
From: Shravan Chippa <shravan.chippa@xxxxxxxxxxxxx>
correcting the CPWAIT_TIME value as per the data sheet
for the link frequency and input clock
Signed-off-by: Shravan Chippa <shravan.chippa@xxxxxxxxxxxxx>
---
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 db61b298ceb3..0b42bc0470a1 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.34.1