I find that I used incorrect data in mux init:
omap3_mux_init(board_mux, OMAP_PACKAGE_CBB);
on my board DM3730CBP100,
I changedmux init to omap3_mux_init(board_mux, OMAP_PACKAGE_CBP);
Now CSI2 interrupts occur.
But now I have another problem.
When I start stream, I always recive error:
[ 83.435546] omap3isp omap3isp: CSI2: ComplexIO Error IRQ 10000
[ 83.491149] omap3isp omap3isp: CSI2: ComplexIO Error IRQ 30000
[ 83.544158] omap3isp omap3isp: CSI2: ComplexIO Error IRQ 10000
[ 83.600830] omap3isp omap3isp: CSI2: ComplexIO Error IRQ 20000
.....
What is this error mean?