This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DS90UB960-Q1: DS90UB935 as Serializer,data acceptance is not normal

Part Number: DS90UB960-Q1

the 935 mode is Non-Synchronous CLK_IN Mode, sensor connect with 935 si csi-2, data type is yuv422 8 bit ,1920*1280

The following is the 935+960 register configuration

//DS90UB960-Q1
0x01, 0x03  // reset
0x1f, 0x02  // csi 800M
0x32, 0x01  // csi port1 config enable
0x33, 0x02  // 4 lane enable csi for csi port0
0x4c, 0x01  // rx port0
0x58, 0x5A  // pass thou bc 10M
0x5C, 0x38  // 953 alias addr 0x1c
0x5D, 0x60  // sensor slave addr
0x65, 0x80  // sensor alias addr  0x40

0x7c, 0xc0  // csi mode
0x70, 0x1e
0x6d, 0x7c
0x6e, 0xAA
0x72, 0x00
0x7d, 0x01  // set pass_threshold=1
0x20, 0x00


//DS90UB935
0x01, 0x03  // digital reset 0/1.
0x02, 0x33  // 4-lane, Continuous Clock, gen crc, i2c 1.8v.
0x03, 0x12  // CSI-2 Non-synchronous 
0x32, 0x49  // i2c pass-through, parity check.
0x06, 0x6a 
0x07, 0xf2

But the data I received on the 960 works like this

What causes this situation? How to modify. thanks for your help