Skip to content

Commit c2f37a6

Browse files
authored
Update the transceiver control virtual address to avoid an address conflict with SPD (sonic-net#19759)
Why I did it Update the transceiver control virtual address to avoid an address conflict with SPD s6301-56st s7801-54xs s8901-54xc s9110-32x How I did it Update the PDDF config files. How to verify it Run the PDDF commands and show commands to check the sysfs and transceiver status. s6301-56st.txt
1 parent 16bdefb commit c2f37a6

File tree

5 files changed

+182
-182
lines changed

5 files changed

+182
-182
lines changed

device/ufispace/x86_64-ufispace_s6301_56st-r0/pddf/pddf-device.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@
16031603
"i2c": {
16041604
"topo_info": {
16051605
"parent_bus": "0xA",
1606-
"dev_addr": "0x54",
1606+
"dev_addr": "0x5f",
16071607
"dev_type": "pddf_xcvr"
16081608
},
16091609
"attr_list": [
@@ -1702,7 +1702,7 @@
17021702
"i2c": {
17031703
"topo_info": {
17041704
"parent_bus": "0xB",
1705-
"dev_addr": "0x54",
1705+
"dev_addr": "0x5f",
17061706
"dev_type": "pddf_xcvr"
17071707
},
17081708
"attr_list": [
@@ -1801,7 +1801,7 @@
18011801
"i2c": {
18021802
"topo_info": {
18031803
"parent_bus": "0xC",
1804-
"dev_addr": "0x54",
1804+
"dev_addr": "0x5f",
18051805
"dev_type": "pddf_xcvr"
18061806
},
18071807
"attr_list": [
@@ -1900,7 +1900,7 @@
19001900
"i2c": {
19011901
"topo_info": {
19021902
"parent_bus": "0xD",
1903-
"dev_addr": "0x54",
1903+
"dev_addr": "0x5f",
19041904
"dev_type": "pddf_xcvr"
19051905
},
19061906
"attr_list": [
@@ -1999,7 +1999,7 @@
19991999
"i2c": {
20002000
"topo_info": {
20012001
"parent_bus": "0xE",
2002-
"dev_addr": "0x54",
2002+
"dev_addr": "0x5f",
20032003
"dev_type": "pddf_xcvr"
20042004
},
20052005
"attr_list": [
@@ -2098,7 +2098,7 @@
20982098
"i2c": {
20992099
"topo_info": {
21002100
"parent_bus": "0xF",
2101-
"dev_addr": "0x54",
2101+
"dev_addr": "0x5f",
21022102
"dev_type": "pddf_xcvr"
21032103
},
21042104
"attr_list": [
@@ -2197,7 +2197,7 @@
21972197
"i2c": {
21982198
"topo_info": {
21992199
"parent_bus": "0x10",
2200-
"dev_addr": "0x54",
2200+
"dev_addr": "0x5f",
22012201
"dev_type": "pddf_xcvr"
22022202
},
22032203
"attr_list": [
@@ -2296,7 +2296,7 @@
22962296
"i2c": {
22972297
"topo_info": {
22982298
"parent_bus": "0x11",
2299-
"dev_addr": "0x54",
2299+
"dev_addr": "0x5f",
23002300
"dev_type": "pddf_xcvr"
23012301
},
23022302
"attr_list": [

0 commit comments

Comments
 (0)