i solved my problem, but i don't understand why it works.
I have set the Virtual Chanel in my Sensor to 0. So the Sensor Data are forwarded to IPU0 CSI0.
There is an entry in the device tree file for the MIPI.
There i set: ipu_id = <0>; csi_id = <0>; v_channel = <1>;
Now I get sensible sensor data, although the VC is not the same
But now i have e new problem. I loose the frame synchronization.
I got the error :
imx-ipuv3 2400000.ipu: IPU Warning - IPU_INT_STAT_5 = 0x00000001
The following information is written in data sheet:
New Frame before end-of-frame error indication of Channel interrupt.
This bit is the status bit of New IDMAC_ Frame before end-of-frame
error interrupt of Channel 0
The senor frame don't start at the beginning of the buffer. So i get a half picture from frame n and a half picture from frame n+1.