[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:
parent
b5d33b39de
commit
1def4ed15f
@ -47,16 +47,16 @@ class SfpUtil(SfpUtilBase):
|
|||||||
8: 50,
|
8: 50,
|
||||||
9: 48,
|
9: 48,
|
||||||
10: 49,
|
10: 49,
|
||||||
11: 51,
|
11: 52,
|
||||||
12: 52,
|
12: 51,
|
||||||
13: 53,
|
13: 53,
|
||||||
14: 56,
|
14: 56,
|
||||||
15: 55,
|
15: 55,
|
||||||
16: 54,
|
16: 54,
|
||||||
17: 58,
|
17: 58,
|
||||||
18: 57,
|
18: 57,
|
||||||
19: 59,
|
19: 60,
|
||||||
20: 60,
|
20: 59,
|
||||||
21: 61,
|
21: 61,
|
||||||
22: 63,
|
22: 63,
|
||||||
23: 62,
|
23: 62,
|
||||||
|
Loading…
Reference in New Issue
Block a user