Skip to content

Commit 031a382

Browse files
committed
Revert "Revert "media: i2c: imx290: Register 0x3011 varies between imx327 and imx290""
This reverts commit 7e7e824.
1 parent 4f9b7f6 commit 031a382

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/media/i2c/imx290.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -280,14 +280,14 @@ static const struct cci_reg_sequence imx290_global_init_settings[] = {
280280
{ IMX290_WINWV, 1097 },
281281
{ IMX290_XSOUTSEL, IMX290_XSOUTSEL_XVSOUTSEL_VSYNC |
282282
IMX290_XSOUTSEL_XHSOUTSEL_HSYNC },
283-
{ CCI_REG8(0x3011), 0x02 },
284283
{ CCI_REG8(0x3012), 0x64 },
285284
{ CCI_REG8(0x3013), 0x00 },
286285
};
287286

288287
static const struct cci_reg_sequence imx290_global_init_settings_290[] = {
289288
{ CCI_REG8(0x300f), 0x00 },
290289
{ CCI_REG8(0x3010), 0x21 },
290+
{ CCI_REG8(0x3011), 0x00 },
291291
{ CCI_REG8(0x3016), 0x09 },
292292
{ CCI_REG8(0x3070), 0x02 },
293293
{ CCI_REG8(0x3071), 0x11 },
@@ -385,6 +385,7 @@ static const struct cci_reg_sequence xclk_regs[][IMX290_NUM_CLK_REGS] = {
385385
};
386386

387387
static const struct cci_reg_sequence imx290_global_init_settings_327[] = {
388+
{ CCI_REG8(0x3011), 0x02 },
388389
{ CCI_REG8(0x309e), 0x4A },
389390
{ CCI_REG8(0x309f), 0x4A },
390391
{ CCI_REG8(0x313b), 0x61 },

0 commit comments

Comments
 (0)