media: rockchip: isp1: fix wrong RG10 format

Change-Id: Ibf4f36cd6e63b0cdf59237ad48b3847c403e0dc3
Signed-off-by: Hu Kejun <william.hu@rock-chips.com>
This commit is contained in:
Hu Kejun
2019-04-11 16:48:13 +08:00
committed by Tao Huang
parent 633535034a
commit f8b513bdb4

View File

@@ -282,7 +282,7 @@ static const struct capture_fmt mp_fmts[] = {
.mplanes = 1,
.write_format = MI_CTRL_MP_WRITE_YUV_PLA_OR_RAW8,
}, {
.fourcc = V4L2_PIX_FMT_SRGGB8,
.fourcc = V4L2_PIX_FMT_SRGGB10,
.fmt_type = FMT_BAYER,
.bpp = { 10 },
.mplanes = 1,