Skip to content

Commit

Permalink
Update the transceiver control virtual address to avoid an address co…
Browse files Browse the repository at this point in the history
…nflict 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
  • Loading branch information
nonodark authored and Shay Schlafman committed Oct 15, 2024
1 parent c552b54 commit 381ebd9
Show file tree
Hide file tree
Showing 5 changed files with 182 additions and 182 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,7 @@
"i2c": {
"topo_info": {
"parent_bus": "0xA",
"dev_addr": "0x54",
"dev_addr": "0x5f",
"dev_type": "pddf_xcvr"
},
"attr_list": [
Expand Down Expand Up @@ -1702,7 +1702,7 @@
"i2c": {
"topo_info": {
"parent_bus": "0xB",
"dev_addr": "0x54",
"dev_addr": "0x5f",
"dev_type": "pddf_xcvr"
},
"attr_list": [
Expand Down Expand Up @@ -1801,7 +1801,7 @@
"i2c": {
"topo_info": {
"parent_bus": "0xC",
"dev_addr": "0x54",
"dev_addr": "0x5f",
"dev_type": "pddf_xcvr"
},
"attr_list": [
Expand Down Expand Up @@ -1900,7 +1900,7 @@
"i2c": {
"topo_info": {
"parent_bus": "0xD",
"dev_addr": "0x54",
"dev_addr": "0x5f",
"dev_type": "pddf_xcvr"
},
"attr_list": [
Expand Down Expand Up @@ -1999,7 +1999,7 @@
"i2c": {
"topo_info": {
"parent_bus": "0xE",
"dev_addr": "0x54",
"dev_addr": "0x5f",
"dev_type": "pddf_xcvr"
},
"attr_list": [
Expand Down Expand Up @@ -2098,7 +2098,7 @@
"i2c": {
"topo_info": {
"parent_bus": "0xF",
"dev_addr": "0x54",
"dev_addr": "0x5f",
"dev_type": "pddf_xcvr"
},
"attr_list": [
Expand Down Expand Up @@ -2197,7 +2197,7 @@
"i2c": {
"topo_info": {
"parent_bus": "0x10",
"dev_addr": "0x54",
"dev_addr": "0x5f",
"dev_type": "pddf_xcvr"
},
"attr_list": [
Expand Down Expand Up @@ -2296,7 +2296,7 @@
"i2c": {
"topo_info": {
"parent_bus": "0x11",
"dev_addr": "0x54",
"dev_addr": "0x5f",
"dev_type": "pddf_xcvr"
},
"attr_list": [
Expand Down
Loading

0 comments on commit 381ebd9

Please sign in to comment.