Hi Laurentiu, > > > @@ -1101,6 +1110,9 @@ static int max96717_parse_dt(struct max96717_priv *priv) > > > > > > priv->mipi_csi2 = vep.bus.mipi_csi2; > > > > > > + if (fwnode_property_present(dev_fwnode(dev), "maxim,cfg-mode-override")) > > > + priv->mode_override = true; > > > + > > source_fwnode = fwnode_graph_get_endpoint_by_id(dev_fwnode(dev), > > MAX96717_PAD_SOURCE, 0, 0); > > if (fwnode_property_present(source_fwnode, "maxim,tunnel-mode")) { > > priv->mode_override = true; > > priv->mode = GMSL2_MODE_TUNNEL; > > } > > So, I don't think the boolean 'maxim,tunnel-mode' would work well when > the pin configuration is 'tunnel' and the user wants to switch to > 'pixel'. Maybe, replace the boolean 'maxim,cfg-mode-override' property > with an optional enum property 'maxim,cfg-mode'? Does that sound better? Yes, please see my comment on patch 3/5 Regards, -- Julien