one sending box using serializer is 921, and the receivering box using deserializer is TI DS90UB940.
The sending box power up and down for about 21 times, the LCD of the receivering box show the camera totally black.
we dump the 2 IC's register as blow:
mek_8q_raite:/ # i2cdump -f -y 8 0x2c
No size specified (using byte-data access)
0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
00: 58 04 00 f0 fe 1e 00 18 00 00 00 00 00 00 00 00 X?.???.?........
10: 00 00 00 00 00 00 00 00 00 01 00 00 23 40 00 00 .........?..#@..
20: 00 00 42 28 08 00 83 84 00 00 00 00 00 00 00 00 ..B(?.??........
30: 00 00 90 25 01 00 00 98 00 00 00 02 20 60 23 00 ..?%?..?...? `#.
40: 43 03 03 00 60 88 00 00 0f 00 00 08 00 00 63 00 C??.`?..?..?..c.
50: 03 10 00 01 80 00 00 00 00 7f 20 20 00 00 00 00 ??.??....? ....
60: 00 00 00 00 10 00 00 00 00 00 00 00 00 04 00 00 ....?........?..
70: 00 00 00 07 07 08 00 00 00 00 00 00 02 00 00 00 ...???......?...
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
a0: 00 00 84 00 00 00 00 00 00 00 00 00 00 00 00 00 ..?.............
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
c0: 00 00 00 00 00 00 00 00 c0 00 00 00 00 00 00 00 ........?.......
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
f0: 5f 55 42 39 34 30 00 00 00 00 00 00 00 00 00 00 _UB940..........
mek_8q_raite:/ #
root@s32v234evb:~# i2cdump -y -f 0x02 0x0c
No size specified (using byte-data access)
0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
00: 18 00 00 d2 80 00 58 00 00 00 00 00 05 00 00 00 ?..??.X.....?...
10: 00 00 00 10 00 00 fe 5e a1 a5 00 00 00 00 00 00 ...?..?^??......
20: 00 00 25 00 00 00 00 00 00 24 00 20 00 00 00 00 ..%......$. ....
30: 03 10 00 00 00 00 08 34 00 0a 20 21 00 00 f0 00 ??....?4.? !..?.
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
50: 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ...............
60: 00 00 00 00 10 00 00 00 00 00 00 00 00 00 00 00 ....?...........
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
c0: 00 00 80 00 78 00 00 60 40 00 00 00 00 00 00 00 ..?.x..`@.......
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
f0: 5f 55 42 39 32 31 00 00 00 00 00 00 00 00 00 00 _UB921..........
root@s32v234evb:~#
It seems the de-serializer and serializer is LOCK state ,but why no camera stream output?

