bcm27xx: add kernel 5.10 support
[openwrt/staging/noltari.git] / target / linux / bcm27xx / patches-5.10 / 950-0489-media-i2c-imx477-Fix-crop-height-for-2028x1080-mode.patch
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
5 mode
6
7 The crop height for this mode was set at 2600 lines, it should be 2160
8 lines instead.
9
10 Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
11 ---
12 drivers/media/i2c/imx477.c | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
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,
20 .width = 4056,
21 - .height = 2600,
22 + .height = 2160,
23 },
24 .timeperframe_min = {
25 .numerator = 100,