Skip to content

Commit

Permalink
Darwin48V: update PM config with infoRomConfig and desiredDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcalabrigo committed Nov 27, 2024
1 parent b4f81d4 commit e59c03e
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions fboss/platform/configs/darwin48v/platform_manager.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,15 @@
],
"spiMasterConfigs": [],
"ledCtrlConfigs": [],
"xcvrCtrlConfigs": []
"xcvrCtrlConfigs": [],
"infoRomConfigs": [
{
"pmUnitScopedName": "ROOK_CPU_CPLD_INFO_ROM",
"deviceName": "fpga_info_iob",
"csrOffset": "0x0000"
}
],
"desiredDriver": "scd"
},
{
"pmUnitScopedName": "SCD_FPGA",
Expand Down Expand Up @@ -300,7 +308,14 @@
"ledId": 1
}
],
"xcvrCtrlConfigs": []
"xcvrCtrlConfigs": [],
"infoRomConfigs": [
{
"pmUnitScopedName": "SCD_FPGA_INFO_ROM",
"deviceName": "fpga_info_iob",
"csrOffset": "0x0000"
}
]
}
],
"embeddedSensorConfigs": [
Expand Down Expand Up @@ -365,7 +380,9 @@
],
"symbolicLinkToDevicePath": {
"/run/devmap/cplds/ROOK_CPU_CPLD": "/[ROOK_CPU_CPLD]",
"/run/devmap/cplds/ROOK_CPU_CPLD_INFO_ROM": "/[ROOK_CPU_CPLD_INFO_ROM]",
"/run/devmap/fpgas/SCD_FPGA": "/[SCD_FPGA]",
"/run/devmap/fpgas/SCD_FPGA_INFO_ROM": "/[SCD_FPGA_INFO_ROM]",
"/run/devmap/i2c-busses/ROOK_SMBUS0_CH0": "/[ROOK_SMBUS0@0]",
"/run/devmap/i2c-busses/ROOK_SMBUS0_CH1": "/[ROOK_SMBUS0@1]",
"/run/devmap/i2c-busses/ROOK_SMBUS0_CH2": "/[ROOK_SMBUS0@2]",
Expand Down Expand Up @@ -422,12 +439,13 @@
"/run/devmap/sensors/PSU_PMBUS": "/PSU_SLOT@0/[PSU_PMBUS]"
},
"bspKmodsRpmName": "arista_bsp_kmods",
"bspKmodsRpmVersion": "0.7.5-1",
"bspKmodsRpmVersion": "0.7.6-1",
"bspKmodsToReload": [
"scd",
"scd-leds",
"scd-smbus",
"scd-spi",
"scd-info",
"rook-fan-cpld",
"blackhawk-cpld",
"aslg4f4527",
Expand Down

0 comments on commit e59c03e

Please sign in to comment.