[as7326-56x]Fix port_eeprom i2c mapping (#5466)

**- Why I did it**
There is error i2c mapping for port 11,12 and port 19, 20. 

**- How I did it**
Fix to correct i2c mapping

Co-authored-by: Jostar Yang <jostar_yang@accton.com.tw>
This commit is contained in:
jostar-yang 2020-09-27 02:21:31 +08:00 committed by Abhishek Dosi
parent b5d33b39de
commit 1def4ed15f

View File

@ -47,16 +47,16 @@ class SfpUtil(SfpUtilBase):
8: 50,
9: 48,
10: 49,
11: 51,
12: 52,
11: 52,
12: 51,
13: 53,
14: 56,
15: 55,
16: 54,
17: 58,
18: 57,
19: 59,
20: 60,
19: 60,
20: 59,
21: 61,
22: 63,
23: 62,