|
@@ -228,7 +228,8 @@ static int imx_pd_bind(struct device *dev, struct device *master, void *data)
|
|
|
else if (!strcmp(fmt, "bgr666"))
|
|
|
imxpd->interface_pix_fmt = V4L2_PIX_FMT_BGR666;
|
|
|
else if (!strcmp(fmt, "lvds666"))
|
|
|
- imxpd->interface_pix_fmt = v4l2_fourcc('L', 'V', 'D', '6');
|
|
|
+ imxpd->interface_pix_fmt =
|
|
|
+ v4l2_fourcc('L', 'V', 'D', '6');
|
|
|
}
|
|
|
|
|
|
panel_node = of_parse_phandle(np, "fsl,panel", 0);
|