1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00
openmptcprouter/root/target/linux/bcm27xx/patches-5.15/950-0352-media-i2c-imx477-Fix-crop-height-for-2028x1080-mode.patch

26 lines
781 B
Diff
Raw Normal View History

2022-04-22 15:00:47 +00:00
From 86e9090c980519dd752b4d72b74de520cbc215f8 Mon Sep 17 00:00:00 2001
2021-11-24 17:32:01 +00:00
From: Naushir Patuck <naush@raspberrypi.com>
Date: Thu, 18 Feb 2021 15:05:57 +0000
2022-04-22 15:00:47 +00:00
Subject: [PATCH 352/828] media: i2c: imx477: Fix crop height for 2028x1080
2021-11-24 17:32:01 +00:00
mode
The crop height for this mode was set at 2600 lines, it should be 2160
lines instead.
Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
---
drivers/media/i2c/imx477.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/media/i2c/imx477.c
+++ b/drivers/media/i2c/imx477.c
2022-04-22 15:00:47 +00:00
@@ -955,7 +955,7 @@ static const struct imx477_mode supporte
2021-11-24 17:32:01 +00:00
.left = IMX477_PIXEL_ARRAY_LEFT,
.top = IMX477_PIXEL_ARRAY_TOP + 440,
.width = 4056,
- .height = 2600,
+ .height = 2160,
},
.timeperframe_min = {
.numerator = 100,