We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982117f commit 23e1eeeCopy full SHA for 23e1eee
drivers/media/i2c/imx290.c
@@ -278,14 +278,14 @@ static const struct cci_reg_sequence imx290_global_init_settings[] = {
278
{ IMX290_WINWV, 1097 },
279
{ IMX290_XSOUTSEL, IMX290_XSOUTSEL_XVSOUTSEL_VSYNC |
280
IMX290_XSOUTSEL_XHSOUTSEL_HSYNC },
281
- { CCI_REG8(0x3011), 0x02 },
282
{ CCI_REG8(0x3012), 0x64 },
283
{ CCI_REG8(0x3013), 0x00 },
284
};
285
286
static const struct cci_reg_sequence imx290_global_init_settings_290[] = {
287
{ CCI_REG8(0x300f), 0x00 },
288
{ CCI_REG8(0x3010), 0x21 },
+ { CCI_REG8(0x3011), 0x00 },
289
{ CCI_REG8(0x3016), 0x09 },
290
{ CCI_REG8(0x3070), 0x02 },
291
{ CCI_REG8(0x3071), 0x11 },
@@ -383,6 +383,7 @@ static const struct cci_reg_sequence xclk_regs[][IMX290_NUM_CLK_REGS] = {
383
384
385
static const struct cci_reg_sequence imx290_global_init_settings_327[] = {
386
+ { CCI_REG8(0x3011), 0x02 },
387
{ CCI_REG8(0x309e), 0x4A },
388
{ CCI_REG8(0x309f), 0x4A },
389
{ CCI_REG8(0x313b), 0x61 },
0 commit comments