On Wed, Mar 27, 2024 at 11:54 PM Fabio Estevam <festevam@xxxxxxxxx> wrote: > > Hi, > > Currently, the ov2680 fails to probe on a imx7s-warp board: > > ov2680 1-0036: error -EINVAL: supported link freq 330000000 not found > ov2680 1-0036: probe with driver ov2680 failed with error -2 > > Reverting 63b0cd30b78e ("media: ov2680: Add bus-cfg / endpoint > property verification") > makes it probe again: I checked that bus_cfg.nr_of_link_frequencies == 0 which causes the dev_err_probe(). Is there anything that needs to be adapted in arch/arm/boot/dts/nxp/imx/imx7s-warp.dts ? Thanks