Hi team,
We have a simple application scenario. The image of 3840 * 1080 * 50FPS is input from dsi0 and divided into two symmetrical images, which are output from FPD-LINK port 0 and port 1 respectively. Port 0 / 1 is in single lane mode, and both are attached to 948 deserializer. The I2C address of both deserializer are 0x2c. The I2C of port 0 can be accessed and the split graph can be displayed normally, but the I2C of port 1 is not working. Here is my original idea:
I switch the I2C access port through the 0x1E register, set 0x05 to access port0's I2C, and set 0x06 to access I2C of port1. And I enabled the I2C_PASSTHROUGH of both port0 and port1. Is this right?
If not, how do you need to configure to enable port 1? Port 0 and port 1 have exactly the same I2C address, Is this a problem?