Hi,
I am using the AGX Orin platform, with an IMX219 sensor connected via an FPGA board to the AGX Orin’s CSI input.
The TX end of our FPGA board can only output sensor data in continuous clock mode. We modified the device tree of imx219 to set discontinuous_clk=no
, but it doesn’t seem to have any effect.
I would like to know which register we can access to configure non-continuous & continuous clock mode?
Thank you in advance.