diff options
author | Wojciech Bieganski <wbieganski@antmicro.com> | 2017-02-08 12:30:48 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2017-04-04 13:46:14 +0200 |
commit | e101be2c3a22dc959af21ae8c340b927d198c8f1 (patch) | |
tree | e088b2e5558c508635f2c0cec69e2274c20c7add /drivers | |
parent | a91a076d29abed946577f1c002a5f62fce1ef9e7 (diff) |
media: ov5640: set continuous clock for all modes
Signed-off-by: Wojciech Bieganski <wbieganski@antmicro.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/i2c/soc_camera/ov5640.c | 2 |
1 files changed, 1 insertions, 1 deletions
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}, |