sonic-buildimage/platform/broadcom/sonic-platform-modules-dell
Santhosh Kumar T 31a8b1c87a [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-09 08:27:19 +00:00
..
common [DellEMC Z9332f] Added support for platform system health daemon (#6642) 2021-02-16 15:28:10 -08:00
debian [dell/s6000]: Enable graceful reboot in S6000 (#6835) 2021-03-04 21:23:05 +00:00
s5232f [DellEMC] Ensure concrete platform API classes call base class initializer (#6853) 2021-03-04 21:23:05 +00:00
s5248f [DellEMC]: Platform modules Python3 compliance and other changes (#5609) 2020-10-17 12:31:55 -07:00
s5296f [devices]: DellEMC new platform support for DellEMC s5296f- 96x25G (#3960) 2020-10-21 11:10:50 -07:00
s6000 Dell S6000,S6100 system health changes (#6788) 2021-05-19 17:18:44 +00:00
s6100 Dell S6000,S6100 system health changes (#6788) 2021-05-19 17:18:44 +00:00
tools BIOS upgrade support with API2.0 for DellEMC S6100 (#3116) 2019-08-23 11:12:26 -07:00
z9100 [DellEMC] Ensure concrete platform API classes call base class initializer (#6853) 2021-03-04 21:23:05 +00:00
z9264f [DellEMC] Ensure concrete platform API classes call base class initializer (#6853) 2021-03-04 21:23:05 +00:00
z9332f [DellEMC] Z9332: Change in i2c mapping (#7797) 2021-06-09 08:27:19 +00:00
.gitignore Reorganize .gitignore files (#4707) 2020-06-09 21:04:55 -07:00
LICENSE [platform]: move dell platform modules into buildimage repo 2018-08-13 10:39:07 +00:00
README.md [platform]: move dell platform modules into buildimage repo 2018-08-13 10:39:07 +00:00

platform drivers for Dell Z9100 for the SONiC project