media: i2c: ov13850: fix take photo stresstest issue

use fast standby mode && mipi clk non-continue mode
to fix take photo stresstest issue

Signed-off-by: Wang Panzhenzhuan <randy.wang@rock-chips.com>
Change-Id: Idf9ff7e509d77cb78764ba5f97f14ff402172363
This commit is contained in:
Wang Panzhenzhuan
2020-03-19 09:25:51 +08:00
committed by Tao Huang
parent 504eef8f08
commit d693b4487f

View File

@@ -281,6 +281,7 @@ static const struct regval ov13850_global_regs_r1a[] = {
{0x4601, 0x04},
{0x4602, 0x22},
{0x4603, 0x01},
{0x4800, 0x24}, //MIPI CLK control
{0x4837, 0x1b},
{0x4d00, 0x04},
{0x4d01, 0x42},
@@ -335,6 +336,7 @@ static const struct regval ov13850_global_regs_r1a[] = {
{0x5b09, 0x02},
{0x5e00, 0x00},
{0x5e10, 0x1c},
{0x0102, 0x01}, //Fast standby enable
{REG_NULL, 0x00},
};
@@ -509,6 +511,7 @@ static const struct regval ov13850_global_regs_r2a[] = {
{0x4601, 0x83},
{0x4602, 0x22},
{0x4603, 0x01},
{0x4800, 0x24}, //MIPI CLK control
{0x4837, 0x19},
{0x4d00, 0x04},
{0x4d01, 0x42},
@@ -548,6 +551,7 @@ static const struct regval ov13850_global_regs_r2a[] = {
{0x5b09, 0x02},
{0x5e00, 0x00},
{0x5e10, 0x1c},
{0x0102, 0x01}, //Fast standby enable
{REG_NULL, 0x00},
};