Hi Everyone,
How to calculate settle time[ cil_settletime in device tree] for custom sensor MIPI-CSI data receiving in Jetson Xavier NX.
Thanks for your time
Hi Everyone,
How to calculate settle time[ cil_settletime in device tree] for custom sensor MIPI-CSI data receiving in Jetson Xavier NX.
Thanks for your time
Moving to Jetson Xavier NX forum.
hello PaulEnoch,
it’s THS settle time of the MIPI lane, in nanoseconds.
you may configure cil_settletime = "0";
in the device tree, it’s driver attempts to auto-calibrate according to the mclk_multiplier parameter.
or,
please refer to Property-Value Pairs session for the description of cil_settletime
,
there’s a formula to calculate the range of acceptable values of settle time for your reference,
thanks