summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/adv748x
diff options
context:
space:
mode:
authorSteve Longerbeam <slongerbeam@gmail.com>2018-06-08 17:45:51 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-06-28 07:50:54 -0400
commitb7bf15c43c90c13c15db23612409783db97f680a (patch)
tree4861a0c20e60686d38746d9d1542fa6eadbfdf2a /drivers/media/i2c/adv748x
parentcc00f5845af5ef2e0b8fb921517d57bf5d987917 (diff)
downloadlinux-stable-b7bf15c43c90c13c15db23612409783db97f680a.tar.gz
linux-stable-b7bf15c43c90c13c15db23612409783db97f680a.tar.bz2
linux-stable-b7bf15c43c90c13c15db23612409783db97f680a.zip
media: i2c: adv748x: csi2: set entity function to video interface bridge
The ADV748x CSI-2 subdevices are HDMI/AFE to MIPI CSI-2 bridges. Signed-off-by: Steve Longerbeam <steve_longerbeam@mentor.com> Acked-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/i2c/adv748x')
-rw-r--r--drivers/media/i2c/adv748x/adv748x-csi2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/adv748x/adv748x-csi2.c b/drivers/media/i2c/adv748x/adv748x-csi2.c
index 820b44ed56a8..469be87a3761 100644
--- a/drivers/media/i2c/adv748x/adv748x-csi2.c
+++ b/drivers/media/i2c/adv748x/adv748x-csi2.c
@@ -284,7 +284,7 @@ int adv748x_csi2_init(struct adv748x_state *state, struct adv748x_csi2 *tx)
adv748x_csi2_set_virtual_channel(tx, 0);
adv748x_subdev_init(&tx->sd, state, &adv748x_csi2_ops,
- MEDIA_ENT_F_UNKNOWN,
+ MEDIA_ENT_F_VID_IF_BRIDGE,
is_txa(tx) ? "txa" : "txb");
/* Ensure that matching is based upon the endpoint fwnodes */