diff --git a/drivers/video/ov7670.c b/drivers/video/ov7670.c index 448b0e659bcf3..f4292e3e462a4 100644 --- a/drivers/video/ov7670.c +++ b/drivers/video/ov7670.c @@ -220,7 +220,7 @@ static const struct ov7670_reg ov7670_init_regtbl[] = { /* configure the output timing */ /* PCLK does not toggle during horizontal blank, one PCLK, one pixel */ - {OV7670_COM10, 0x20}, /* COM10 */ + {OV7670_COM10, 0x03}, /* COM10 */ {OV7670_COM12, 0x00}, /* COM12,No HREF when VSYNC is low */ /* Brightness Control, with signal -128 to +128, 0x00 is middle value */ {OV7670_BRIGHT, 0x2f},