media: i2c: ov5647: Correct pixel array offset
authorDavid Plowman <david.plowman@raspberrypi.com>
Tue, 11 May 2021 11:52:26 +0000 (12:52 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:04:14 +0000 (16:04 +0000)
commit0a903a07c0385db2cc5c7235c1d0d24389f6730a
tree11b23011d586a8d60a582af1f040bf0c6d0a0e51
parent89ec0b2bbfacf51335ba862b48c1ac128f19ddc2
media: i2c: ov5647: Correct pixel array offset

The top offset in the pixel array is actually 6 (see page 3-1 of the
OV5647 data sheet).

Fixes: f2f7ad5ce5e52 ("media: i2c: ov5647: Selection compliance fixes")
Signed-off-by: David Plowman <david.plowman@raspberrypi.com>
drivers/media/i2c/ov5647.c