mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
media: i2c: max96712: fix 4 lane mode mipi link freq index setting error.
Signed-off-by: Cai Wenzhong <cwz@rock-chips.com> Change-Id: Id1c1add779df6ec7c041cec53243645f8b2159d0
This commit is contained in:
@@ -271,7 +271,7 @@ static const struct max96712_mode supported_modes_4lane[] = {
|
||||
.denominator = 300000,
|
||||
},
|
||||
.reg_list = max96712_mipi_4lane_1920x1440_30fps,
|
||||
.link_freq_idx = 10,
|
||||
.link_freq_idx = 20,
|
||||
.bus_fmt = MEDIA_BUS_FMT_UYVY8_2X8,
|
||||
.bpp = 16,
|
||||
.vc[PAD0] = V4L2_MBUS_CSI2_CHANNEL_0,
|
||||
|
||||
Reference in New Issue
Block a user