]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
media: i2c: imx334: common reg value correction
authorShravan Chippa <shravan.chippa@microchip.com>
Wed, 5 Mar 2025 05:14:40 +0000 (10:44 +0530)
committerHans Verkuil <hverkuil@xs4all.nl>
Fri, 25 Apr 2025 08:15:13 +0000 (10:15 +0200)
correcting the CPWAIT_TIME value as per the data sheet
for the link frequency and input clock

Signed-off-by: Shravan Chippa <shravan.chippa@microchip.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/i2c/imx334.c

index 84a2313d0c8d81d14f245110bdde5f81be4ddd9c..8cd1eecd014332358fd6fe515a38acf8d32bde96 100644 (file)
@@ -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},