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

* s6301-56st
* s7801-54xs
* s8901-54sc
* s9110-32x
  • Loading branch information
nonodark-ufi committed Jul 31, 2024
1 parent 0213180 commit 51d0331
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 51d0331

Please sign in to comment.