From e101be2c3a22dc959af21ae8c340b927d198c8f1 Mon Sep 17 00:00:00 2001 From: Wojciech Bieganski Date: Wed, 8 Feb 2017 12:30:48 +0100 Subject: media: ov5640: set continuous clock for all modes Signed-off-by: Wojciech Bieganski Acked-by: Marcel Ziswiler --- drivers/media/i2c/soc_camera/ov5640.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers') diff --git a/drivers/media/i2c/soc_camera/ov5640.c b/drivers/media/i2c/soc_camera/ov5640.c index 917c55efb075..0c0834c15610 100644 --- a/drivers/media/i2c/soc_camera/ov5640.c +++ b/drivers/media/i2c/soc_camera/ov5640.c @@ -827,7 +827,7 @@ static struct ov5640_reg mode_640x480[] = { {0x3035, 0x14}, {0x3036, 0x70}, {0x3037, 0x13}, - {0x4800, 0x24}, /* noncontinuous clock */ + {0x4800, 0x04}, /* continuous clock */ {0x3108, 0x01}, {0x3630, 0x36}, {0x3631, 0x0e}, -- cgit v1.2.3