1 From 0444c9cf99e6dc1353b8bcfcd3580e3a4d91fb22 Mon Sep 17 00:00:00 2001
2 From: Naushir Patuck <naush@raspberrypi.com>
3 Date: Thu, 18 Feb 2021 15:05:57 +0000
4 Subject: [PATCH] media: i2c: imx477: Fix crop height for 2028x1080
7 The crop height for this mode was set at 2600 lines, it should be 2160
10 Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
12 drivers/media/i2c/imx477.c | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
15 --- a/drivers/media/i2c/imx477.c
16 +++ b/drivers/media/i2c/imx477.c
17 @@ -955,7 +955,7 @@ static const struct imx477_mode supporte
18 .left = IMX477_PIXEL_ARRAY_LEFT,
19 .top = IMX477_PIXEL_ARRAY_TOP + 440,