media: i2c: ar0230 add delay up to 20ms after software reset
otherwise may write register fail Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com> Change-Id: If9079e4840b1df81533db4f3d2d0d5a2806b6c0e
This commit is contained in:
@@ -141,9 +141,9 @@ struct ar0230 {
|
||||
static const struct regval ar0230_regs[] = {
|
||||
#ifdef USE_HDR_MODE
|
||||
{0x301A, 0x0001},
|
||||
{REG_DELAY, 2000},
|
||||
{REG_DELAY, 20000},
|
||||
{0x301A, 0x10D8},
|
||||
{REG_DELAY, 2000},
|
||||
{REG_DELAY, 20000},
|
||||
{0x3088, 0x8000},
|
||||
{0x3086, 0x4558},
|
||||
{0x3086, 0x729B},
|
||||
|
||||
Reference in New Issue
Block a user