tier4 / tier4_automotive_hdr_camera

This repository contains the device driver for the TIER IV Automotive HDR Cameras
https://tier4.github.io/edge-auto-docs/index.html
GNU General Public License v2.0
10 stars 5 forks source link

Add DTS Property to select an arbitrary MAX9296 GPI/MFP for Fsync #8

Closed cti-lewasko closed 12 months ago

cti-lewasko commented 1 year ago

Hi,

Could a DTS property be added to the tier4-max9296 driver to select an arbitrary MFP/GPI on the deserializer for the fsync signal? Adding this feature would allow for greater portability between platforms.

Thank you,

yk-fujii commented 1 year ago

@cti-lewasko sorry for late response.

Could you provide more information on how you would like to modify tier4-max9296.c? If you could give me a patch, I would like to add properties to DTS so that we can switch.

yk-fujii commented 12 months ago

MFP settings have been added since v1.3.0. It can be specified by kernel parameter ( fsync_mfp ).

https://github.com/tier4/tier4_automotive_hdr_camera/blob/main/drivers/src/tier4-isx021.c#L303