Skip to content

Commit

Permalink
[as7326-56x]Fix port_eeprom i2c mapping (#5466)
Browse files Browse the repository at this point in the history
**- 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>
  • Loading branch information
2 people authored and abdosi committed Sep 28, 2020
1 parent b5d33b3 commit 1def4ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions device/accton/x86_64-accton_as7326_56x-r0/plugins/sfputil.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1def4ed

Please sign in to comment.