Hi:
from the file drivers/media/platform/tegra/camera/csi/csi4_fops.c,I found TEGRA_CSICIL_CLK_MHZ which equals 204Mhz .
[b]Does it means the lane speed of tx2'csi is 204Mhz ? Or can I modify it ?
[/b]
I found the csi_settletime and cil_settletime have relationship with TEGRA_CSICIL_CLK_MHZ.
from the "mipi alliance specification for d-phy",page 54,we know that the Tclk-settle should be
smaller than 300ns,and bigger than 95ns.but in nvidia’s code ,the result is :
csi_settletime: 33ns, cil_settletime: 25ns