mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
media: imx: Fix VDIC CSI1 selection
When using VDIC with CSI1, make sure to select the correct CSI in
IPU_CONF.
Fixes: f0d9c8924e ("[media] media: imx: Add IC subdev drivers")
Suggested-by: Marek Vasut <marex@denx.de>
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Acked-by: Steve Longerbeam <steve_longerbeam@mentor.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
7996e5c47f
commit
f9cc48f1b1
|
|
@ -320,9 +320,10 @@ static int prp_link_validate(struct v4l2_subdev *sd,
|
|||
* the ->PRPENC link cannot be enabled if the source
|
||||
* is the VDIC
|
||||
*/
|
||||
if (priv->sink_sd_prpenc)
|
||||
if (priv->sink_sd_prpenc) {
|
||||
ret = -EINVAL;
|
||||
goto out;
|
||||
goto out;
|
||||
}
|
||||
} else {
|
||||
/* the source is a CSI */
|
||||
if (!csi) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user