media: i2c: gc2093: Fix compilation errors on kernel 6.1

Fixes: 97aa45b328 ("media: i2c: gc2093 fastboot support hdr")
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I7a55fae9ee8d5fc4f4687efec97db73928fe8b27
This commit is contained in:
Tao Huang
2023-09-11 15:47:46 +08:00
parent e2491a3f5f
commit 27ece485eb

View File

@@ -604,10 +604,10 @@ static const struct gc2093_mode supported_modes[] = {
.reg_list = gc2093_1080p_25fps_hdr_settings,
.reg_num = ARRAY_SIZE(gc2093_1080p_25fps_hdr_settings),
.hdr_mode = HDR_X2,
.vc[PAD0] = V4L2_MBUS_CSI2_CHANNEL_1,
.vc[PAD1] = V4L2_MBUS_CSI2_CHANNEL_0,//L->csi wr0
.vc[PAD2] = V4L2_MBUS_CSI2_CHANNEL_1,
.vc[PAD3] = V4L2_MBUS_CSI2_CHANNEL_1,//M->csi wr2
.vc[PAD0] = 1,
.vc[PAD1] = 0,//L->csi wr0
.vc[PAD2] = 1,
.vc[PAD3] = 1,//M->csi wr2
},
};