The MIPI divider is also cleared as part of the clock setup sequence, so we
can remove that code.

Signed-off-by: Maxime Ripard <maxime.rip...@bootlin.com>
---
 drivers/media/i2c/ov5640.c | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/drivers/media/i2c/ov5640.c b/drivers/media/i2c/ov5640.c
index 1b295d07aa15..25613ecf83c5 100644
--- a/drivers/media/i2c/ov5640.c
+++ b/drivers/media/i2c/ov5640.c
@@ -1403,16 +1403,6 @@ static int ov5640_set_stream_dvp(struct ov5640_dev 
*sensor, bool on)
         */
 
        if (on) {
-               /*
-                * reset MIPI PCLK/SERCLK divider
-                *
-                * SC PLL CONTRL1 0
-                * - [3..0]:    MIPI PCLK/SERCLK divider
-                */
-               ret = ov5640_mod_reg(sensor, OV5640_REG_SC_PLL_CTRL1, 0x0f, 0);
-               if (ret)
-                       return ret;
-
                /*
                 * configure parallel port control lines polarity
                 *
-- 
2.19.1

Reply via email to