mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02: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: 14f70a3232 ("media: ov5647: Add support for get_selection()")
Cc: stable@vger.kernel.org
Signed-off-by: David Plowman <david.plowman@raspberrypi.com>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Signed-off-by: Jai Luthra <jai.luthra@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
parent
eee13cbcca
commit
a4e62e597f
|
|
@ -69,7 +69,7 @@
|
|||
#define OV5647_NATIVE_HEIGHT 1956U
|
||||
|
||||
#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_HEIGHT 1944U
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user