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, 19 Feb 2024 11:33:10 +0000 (11:33 +0000)
commitb07175dcb8bf166410131ef8955e69bbe8380388
treee614e77ba9510a46520bc77f34f947dc750a43d9
parent5d358d01c56b474a3a159acd56e4121f67c163d3
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