Tool/software:
On the SN65DP159RGZ, is there are two I2C busses one for the DDC ROM that would be on the display (SCL_SRC, SDA_SRC) and another one for accessing the device registers in the SN65DP159RGZ (SCL_CTL, and SDA_CTL).
Assuming that we are using the same supply voltage for both sets of I2C busses, is there any potential problems connecting them together so that we can access both the ROM and device registers on the same I2C bus?
SCL_SRC connects to SCL_CTL
SDA_SRC connects to SDA_CTL
The ROM on an HDMI bus is typically at device address 0x50 and the SN65DP159RGZ is at address 0xB6, 0xB8, 0xBA, or 0xBC, so there should be no conflict.
Is there anything I am missing?