mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 18:09:56 +00:00
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: f2f7ad5ce5 ("media: i2c: ov5647: Selection compliance fixes")
Signed-off-by: David Plowman <david.plowman@raspberrypi.com>
This commit is contained in:
committed by
Dom Cobley
parent
c05062e4f7
commit
c213ba7eac
@@ -68,7 +68,7 @@
|
|||||||
#define OV5647_NATIVE_HEIGHT 1956U
|
#define OV5647_NATIVE_HEIGHT 1956U
|
||||||
|
|
||||||
#define OV5647_PIXEL_ARRAY_LEFT 16U
|
#define OV5647_PIXEL_ARRAY_LEFT 16U
|
||||||
#define OV5647_PIXEL_ARRAY_TOP 16U
|
#define OV5647_PIXEL_ARRAY_TOP 6U
|
||||||
#define OV5647_PIXEL_ARRAY_WIDTH 2592U
|
#define OV5647_PIXEL_ARRAY_WIDTH 2592U
|
||||||
#define OV5647_PIXEL_ARRAY_HEIGHT 1944U
|
#define OV5647_PIXEL_ARRAY_HEIGHT 1944U
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user