提交 754f1ee3 编写于 作者: N Naushir Patuck 提交者: Zheng Zengkai

media: i2c: imx477: Fix crop height for 2028x1080 mode

raspberrypi inclusion
category: feature
bugzilla: 50432

--------------------------------

The crop height for this mode was set at 2600 lines, it should be 2160
lines instead.
Signed-off-by: NNaushir Patuck <naush@raspberrypi.com>
Signed-off-by: NFang Yafen <yafen@iscas.ac.cn>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 e8e352a9
......@@ -955,7 +955,7 @@ static const struct imx477_mode supported_modes_12bit[] = {
.left = IMX477_PIXEL_ARRAY_LEFT,
.top = IMX477_PIXEL_ARRAY_TOP + 440,
.width = 4056,
.height = 2600,
.height = 2160,
},
.timeperframe_min = {
.numerator = 100,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册