sonic-buildimage/platform/broadcom/sonic-platform-modules-dell/z9332f
Santhosh Kumar T 5c4d3f2561
[DellEMC] Z9332: Change in i2c mapping (#7797)
#### Why I did it
- After [sonic-linux-kernel#177](https://github.com/Azure/sonic-linux-kernel/pull/177)  changes, the I2C mux channels of Baseboard and Switchboard CPLDs are moved from i2c-4 and i2c-5 to i2c-36 and i2c-37 respectively.
- This caused QSFP driver initialization of i2c-36 to i2c-41 to fail causing the ports from Ethernet208 to Ethernet248 fail.

#### How I did it
- The fix to this problem is to change the order of QSFP driver initialization to I2C mux channels.
- Instead of the order i2c-10 to i2c-41, the order i2c-4 to i2c-35 is being utilized.
- Also, need to change the i2c-mux-channel number for Baseboard CPLD and switchboard CPLD in scripts to access them.
2021-06-04 17:34:19 -07:00
..
cfg DellEMC: Add support for new platform z9332f -32x400G (#3845) 2019-12-17 15:26:23 -08:00
modules [platform-modules]: fix compile issues for platform driver under 4.19 2020-04-17 04:51:51 +00:00
scripts [DellEMC] Z9332: Change in i2c mapping (#7797) 2021-06-04 17:34:19 -07:00
sonic_platform [DellEMC] Z9332: Change in i2c mapping (#7797) 2021-06-04 17:34:19 -07:00
systemd [DellEMC] Add platform-modules as prerequisite for determine-reboot-cause (#6322) 2021-01-04 20:33:44 -08:00
setup.py [DellEMC Z9332f] Platform API 2.0 Support and bug fixing (#5958) 2020-12-10 10:30:44 -08:00