IntelRealSense / realsense_mipi_platform_driver

Intel® RealSense™ camera driver for GMSL* interface
GNU General Public License v2.0
15 stars 14 forks source link

SerDes: Don't update registers if init failed #93

Closed qingwuzh closed 2 years ago

qingwuzh commented 2 years ago

On some platforms, there isn't SerDes device. Then don't want to update SerDes settings dynamically.

Signed-off-by: Qingwu Zhang qingwu.zhang@intel.com

qingwuzh commented 2 years ago

Could you also check the return value of max9295_init_settings()/max9296_init_settings() in the probe functions to make it complete? Thanks.

will check and print error in probe, but not break probe stage

ev-mp commented 2 years ago

@qingwuzh , please fix the patch number to be aligned with the current patches tree and confirm that this is functional (by powering off the deserializer)

qingwuzh commented 2 years ago

@qingwuzh , please fix the patch number to be aligned with the current patches tree and confirm that this is functional (by powering off the deserializer)

Patch number had been updated.