[media] tc358743: enable v4l2 subdevice devnode
Add V4L2_SUBDEV_FL_HAS_DEVNODE to subdev flags, in order to enable a subdev device node. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> 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
4c5211a100
commit
8ec23da735
|
@ -1668,7 +1668,7 @@ static int tc358743_probe(struct i2c_client *client,
|
|||
state->i2c_client = client;
|
||||
sd = &state->sd;
|
||||
v4l2_i2c_subdev_init(sd, client, &tc358743_ops);
|
||||
sd->flags |= V4L2_SUBDEV_FL_HAS_EVENTS;
|
||||
sd->flags |= V4L2_SUBDEV_FL_HAS_DEVNODE | V4L2_SUBDEV_FL_HAS_EVENTS;
|
||||
|
||||
/* i2c access */
|
||||
if ((i2c_rd16(sd, CHIPID) & MASK_CHIPID) != 0) {
|
||||
|
|
Loading…
Reference in New Issue