Other Parts Discussed in Thread: AM620-Q1, SK-AM62B-P1
Tool/software:
The soc of our board is AM625, mipi sensor is SPAD(ads6311). we use DPHY and csi2rx to get data. We use spi to control AM625.
We add some changes in device tree(I will upload it to this ticket).
The driver of spad sensor we added as a dummy driver, we control its registers by SPI in application. So the dummy driver is very simple.
Now, we have the device: /dev/media0 , /dev/video0, /dev/video1, /dev/video2 and /dev/video3,
we use the comand: v4l2-ctl -d /dev/video0 --stream-mmap --stream-count=10 to get stream data
but there is no data.
We have checked that there are signals on 4 data lanes and clock lanes.
Is there anything wrong in device tree setting or driver(DPHY, csi2rx )?