Message ID | 20200610124623.51085-5-kieran@bingham.xyz (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Kieran Bingham |
Headers | show |
Series | GMSL fixups ready for v10. | expand |
diff --git a/drivers/media/i2c/max9286.c b/drivers/media/i2c/max9286.c index 807024a9a149..e170540a5d72 100644 --- a/drivers/media/i2c/max9286.c +++ b/drivers/media/i2c/max9286.c @@ -1174,15 +1174,6 @@ static int max9286_parse_dt(struct max9286_priv *priv) return ret; } - if (vep.bus_type != V4L2_MBUS_CSI2_DPHY) { - dev_err(dev, - "Media bus %u type not supported\n", - vep.bus_type); - v4l2_fwnode_endpoint_free(&vep); - of_node_put(node); - return -EINVAL; - } - priv->csi2_data_lanes = vep.bus.mipi_csi2.num_data_lanes; v4l2_fwnode_endpoint_free(&vep);