Adjust the left crop of 720x480 to enable capture in RGB888 format, which is otherwise broken. The 56 pixels alignment has been copied from the 720x576 mode. Signed-off-by: Jacopo Mondi <jacopo@xxxxxxxxxx> --- drivers/media/i2c/ov5640.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/i2c/ov5640.c b/drivers/media/i2c/ov5640.c index 9ba1b44d21f7..f817f865ad16 100644 --- a/drivers/media/i2c/ov5640.c +++ b/drivers/media/i2c/ov5640.c @@ -746,7 +746,7 @@ ov5640_mode_data[OV5640_NUM_MODES] = { .height = 1947, }, .crop = { - .left = 16, + .left = 56, .top = 60, .width = 720, .height = 480, -- 2.35.0