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
11 changes: 10 additions & 1 deletion fboss/platform/configs/ladakh800bcls/platform_manager.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,16 @@
"busName": "MCB_IOB_I2C_MASTER_5",
"address": "0x62",
"kernelDeviceName": "pmbus",
"pmUnitScopedName": "PMBUS_3"
"pmUnitScopedName": "PMBUS_3",
"initRegSettings": [
{
"__comment__": "Set the page to 0 to ensure the driver can read the correct registers",
"regOffset": 0,
"ioBuf": [
0
]
}
]
},
{
"busName": "MCB_IOB_I2C_MASTER_6",
Expand Down
Loading
Loading