Skip to content

Commit ce181f8

Browse files
popcornmixpelwell
authored andcommitted
Revert "Revert "media: i2c: imx290: Register 0x3011 varies between imx327 and imx290""
This reverts commit 7e7e824.
1 parent c80f867 commit ce181f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/media/i2c/imx290.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,14 +278,14 @@ static const struct cci_reg_sequence imx290_global_init_settings[] = {
278278
{ IMX290_WINWV, 1097 },
279279
{ IMX290_XSOUTSEL, IMX290_XSOUTSEL_XVSOUTSEL_VSYNC |
280280
IMX290_XSOUTSEL_XHSOUTSEL_HSYNC },
281-
{ CCI_REG8(0x3011), 0x02 },
282281
{ CCI_REG8(0x3012), 0x64 },
283282
{ CCI_REG8(0x3013), 0x00 },
284283
};
285284

286285
static const struct cci_reg_sequence imx290_global_init_settings_290[] = {
287286
{ CCI_REG8(0x300f), 0x00 },
288287
{ CCI_REG8(0x3010), 0x21 },
288+
{ CCI_REG8(0x3011), 0x00 },
289289
{ CCI_REG8(0x3016), 0x09 },
290290
{ CCI_REG8(0x3070), 0x02 },
291291
{ CCI_REG8(0x3071), 0x11 },
@@ -383,6 +383,7 @@ static const struct cci_reg_sequence xclk_regs[][IMX290_NUM_CLK_REGS] = {
383383
};
384384

385385
static const struct cci_reg_sequence imx290_global_init_settings_327[] = {
386+
{ CCI_REG8(0x3011), 0x02 },
386387
{ CCI_REG8(0x309e), 0x4A },
387388
{ CCI_REG8(0x309f), 0x4A },
388389
{ CCI_REG8(0x313b), 0x61 },

0 commit comments

Comments
 (0)