diff --git a/drivers/media/i2c/ov13850.c b/drivers/media/i2c/ov13850.c index 3129c3d1751e..ae6a88d63342 100644 --- a/drivers/media/i2c/ov13850.c +++ b/drivers/media/i2c/ov13850.c @@ -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}, };