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 4f9b7f6 commit 031a382Copy full SHA for 031a382
drivers/media/i2c/imx290.c
@@ -280,14 +280,14 @@ static const struct cci_reg_sequence imx290_global_init_settings[] = {
280
{ IMX290_WINWV, 1097 },
281
{ IMX290_XSOUTSEL, IMX290_XSOUTSEL_XVSOUTSEL_VSYNC |
282
IMX290_XSOUTSEL_XHSOUTSEL_HSYNC },
283
- { CCI_REG8(0x3011), 0x02 },
284
{ CCI_REG8(0x3012), 0x64 },
285
{ CCI_REG8(0x3013), 0x00 },
286
};
287
288
static const struct cci_reg_sequence imx290_global_init_settings_290[] = {
289
{ CCI_REG8(0x300f), 0x00 },
290
{ CCI_REG8(0x3010), 0x21 },
+ { CCI_REG8(0x3011), 0x00 },
291
{ CCI_REG8(0x3016), 0x09 },
292
{ CCI_REG8(0x3070), 0x02 },
293
{ CCI_REG8(0x3071), 0x11 },
@@ -385,6 +385,7 @@ static const struct cci_reg_sequence xclk_regs[][IMX290_NUM_CLK_REGS] = {
385
386
387
static const struct cci_reg_sequence imx290_global_init_settings_327[] = {
388
+ { CCI_REG8(0x3011), 0x02 },
389
{ CCI_REG8(0x309e), 0x4A },
390
{ CCI_REG8(0x309f), 0x4A },
391
{ CCI_REG8(0x313b), 0x61 },
0 commit comments