I am not able to correlate both the devices. Why there is a difference in the i2c devices ?
Is there any document to outline what are the available I2C devices with address ?
What Ashish said about enabling all ports on the I2C switch is true, but it’s generally not a good idea to do this because there’s already a Linux kernel driver that is controlling the device and things could go wrong if the driver’s understanding of the hardware configuration and the actual hardware configuration get out of sync. It’s better to just run i2cdetect against each of the switch ports by using i2cdetect -y -r N where N is 5, 6, 7, 8 for segments 0, 1, 2, 3 respectively.