]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
media: i2c: imx334: update mode_3840x2160_regs array
authorShravan Chippa <shravan.chippa@microchip.com>
Wed, 5 Mar 2025 05:14:41 +0000 (10:44 +0530)
committerHans Verkuil <hverkuil@xs4all.nl>
Fri, 25 Apr 2025 08:15:13 +0000 (10:15 +0200)
The 3840x2160 mode operates with the imx334 reset values.
If we switch to other modes and then return to the 3840x2160 mode,
it should function correctly. so updated the mode_3840x2160_regs
array with the imx334 reset values.

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 db61b298ceb3fbb80ed2ea1a8ea6f440ba3e9b2b..5ba832591a9c95d4956692ba2302dc0d25a0fb17 100644 (file)
@@ -343,6 +343,12 @@ static const struct imx334_reg mode_3840x2160_regs[] = {
        {0x302d, 0x00},
        {0x302e, 0x00},
        {0x302f, 0x0f},
+       {0x3074, 0xb0},
+       {0x3075, 0x00},
+       {0x308e, 0xb1},
+       {0x308f, 0x00},
+       {0x30d8, 0x20},
+       {0x30d9, 0x12},
        {0x3076, 0x70},
        {0x3077, 0x08},
        {0x3090, 0x70},