media: i2c: rk628: support mode add max res to 4096x2160

Signed-off-by: Jianwei Fan <jianwei.fan@rock-chips.com>
Change-Id: I29e5031dd180da3427717c636f66556ed95a980a
This commit is contained in:
Jianwei Fan
2024-07-05 15:07:35 +08:00
parent 3d6aa3c10f
commit 749d4847fd

View File

@@ -274,6 +274,15 @@ static struct rkmodule_csi_dphy_param rk3588_dcphy_param = {
static const struct rk628_csi_mode supported_modes[] = {
{
.width = 4096,
.height = 2160,
.max_fps = {
.numerator = 10000,
.denominator = 600000,
},
.hts_def = 4400,
.vts_def = 2250,
}, {
.width = 3840,
.height = 2160,
.max_fps = {