bcm27xx: add support for linux v5.15
[openwrt/staging/chunkeey.git] / target / linux / bcm27xx / patches-5.15 / 950-0348-media-i2c-imx477-Fix-crop-height-for-2028x1080-mode.patch
1 From ccee8f195e3a5b82e3fbfabc7e04f3db7d5f4449 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,