intel / ipu6-drivers

152 stars 49 forks source link

cio2-bridge: Fill in link frequency for all sensors #241

Closed jwrdegoede closed 1 week ago

jwrdegoede commented 3 weeks ago

Since commit 92fb37ebd8d7 ("Release on 2024-04-09") all sensor drivers now have a xxxx_check_hwcfg() function which checks bus_cfg.link_frequencies[].

Fill in the link frequency info for all sensors with the link-freq expected by the sensor-driver to avoid the new xxxx_check_hwcfg() function erroring out, aborting the probe() of the sensor.

Cc: @vicamo @smallorange (FYI)

jwrdegoede commented 1 week ago

I see that this has already been fixed by @hao-yao in commit 3d823adaa9513c31818270658989b7a5272b41be / pull-request #234, closing.