mirror of
https://github.com/torvalds/linux.git
synced 2024-12-11 13:41:55 +00:00
media: imx: vdic: Fix wrong CSI group ID
The i.MX7 capture support forgot to change the group ID for the CSI
to the IPU CSI in VDIC sub-device, it was left at the i.MX7 CSI
group ID.
Fixes: 67673ed550
("media: staging/imx: rearrange group id to take in account IPU")
Signed-off-by: Steve Longerbeam <slongerbeam@gmail.com>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
0576385acb
commit
55dde50946
@ -750,7 +750,7 @@ static int vdic_link_setup(struct media_entity *entity,
|
||||
remote_sd = media_entity_to_v4l2_subdev(remote->entity);
|
||||
|
||||
/* direct pad must connect to a CSI */
|
||||
if (!(remote_sd->grp_id & IMX_MEDIA_GRP_ID_CSI) ||
|
||||
if (!(remote_sd->grp_id & IMX_MEDIA_GRP_ID_IPU_CSI) ||
|
||||
remote->index != CSI_SRC_PAD_DIRECT) {
|
||||
ret = -EINVAL;
|
||||
goto out;
|
||||
|
Loading…
Reference in New Issue
Block a user