Hi Steve, On Fri, May 01, 2020 at 10:15:44AM -0700, Steve Longerbeam wrote: > Use v4l2_subdev_get_fwnode_pad_1_to_1() as the get_fwnode_pad operation. > The imx7-mipi-csis maps port numbers and pad indexes 1:1. > > Signed-off-by: Steve Longerbeam <slongerbeam@xxxxxxxxx> Acked-by: Rui Miguel Silva <rmfrfs@xxxxxxxxx> ------ Cheers, Rui > --- > drivers/staging/media/imx/imx7-mipi-csis.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/staging/media/imx/imx7-mipi-csis.c b/drivers/staging/media/imx/imx7-mipi-csis.c > index b66299c1136d..7b5c3e662d0d 100644 > --- a/drivers/staging/media/imx/imx7-mipi-csis.c > +++ b/drivers/staging/media/imx/imx7-mipi-csis.c > @@ -906,6 +906,7 @@ static const struct v4l2_subdev_core_ops mipi_csis_core_ops = { > static const struct media_entity_operations mipi_csis_entity_ops = { > .link_setup = mipi_csis_link_setup, > .link_validate = v4l2_subdev_link_validate, > + .get_fwnode_pad = v4l2_subdev_get_fwnode_pad_1_to_1, > }; > > static const struct v4l2_subdev_video_ops mipi_csis_video_ops = { > -- > 2.17.1 >