media: i2c: ov5647: Correct minimum VBLANK value
authorDavid Plowman <david.plowman@raspberrypi.com>
Tue, 11 May 2021 11:57:22 +0000 (12:57 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:33:10 +0000 (11:33 +0000)
commit3baaa6fdab462db900a61edac5f5c0a8bf9e8321
tree09b92c1a764e96dd6edc1de990c20ee263dbadb2
parentb07175dcb8bf166410131ef8955e69bbe8380388
media: i2c: ov5647: Correct minimum VBLANK value

Trial and error reveals that the minimum vblank value appears to be 24
(the OV5647 data sheet does not give any clues). This fixes streaming
lock-ups in full resolution mode.

Fixes: 9b5a5ebedc303 ("media: i2c: ov5647: Add support for V4L2_CID_VBLANK")
Signed-off-by: David Plowman <david.plowman@raspberrypi.com>
drivers/media/i2c/ov5647.c