Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion fboss/platform/configs/meru800bfa/platform_manager.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@
"deviceName": "fpga_info_iob",
"csrOffset": "0x100"
}
],
"miscCtrlConfigs": [
{
"pmUnitScopedName": "SCM_ADC",
"deviceName": "adc",
"csrOffset": "0x7300"
}
]
}
],
Expand Down Expand Up @@ -4734,7 +4741,7 @@
},
"chassisEepromDevicePath": "/SMB_SLOT@0/[IDPROM]",
"bspKmodsRpmName": "arista_bsp_kmods",
"bspKmodsRpmVersion": "0.7.9-1",
"bspKmodsRpmVersion": "0.7.10-1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dzarista, we will need to hold the PR for now, because BSP version 0.7.10 is not ready in Meta environment. @Scott8440 is preparing the release internally, and I will drop you a note once it's ready. Thanks.

"requiredKmodsToLoad": [
"spidev",
"i2c_i801",
Expand Down
16 changes: 15 additions & 1 deletion fboss/platform/configs/meru800bia/platform_manager.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@
"deviceName": "fpga_info_iob",
"csrOffset": "0x100"
}
],
"miscCtrlConfigs": [
{
"pmUnitScopedName": "SCM_ADC",
"deviceName": "adc",
"csrOffset": "0x7300"
}
]
}
],
Expand Down Expand Up @@ -1456,6 +1463,13 @@
"deviceName": "fpga_info_iob",
"csrOffset": "0x100"
}
],
"miscCtrlConfigs": [
{
"pmUnitScopedName": "SMB_ADC",
"deviceName": "adc",
"csrOffset": "0x7300"
}
]
}
]
Expand Down Expand Up @@ -1692,7 +1706,7 @@
},
"chassisEepromDevicePath": "/SMB_SLOT@0/[IDPROM]",
"bspKmodsRpmName": "arista_bsp_kmods",
"bspKmodsRpmVersion": "0.7.9-1",
"bspKmodsRpmVersion": "0.7.10-1",
"requiredKmodsToLoad": [
"spidev",
"i2c_i801",
Expand Down