Skip to content
Closed
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
78 changes: 76 additions & 2 deletions fboss/platform/configs/icetea/platform_manager.json
Original file line number Diff line number Diff line change
Expand Up @@ -1845,7 +1845,51 @@
"busName": "SMB_MUX@1",
"address": "0x4c",
"kernelDeviceName": "tmp432",
"pmUnitScopedName": "SMB_TH6_SENSOR_TMP432_1"
"pmUnitScopedName": "SMB_TH6_SENSOR_TMP432_1",
"initRegSettings": [
Copy link
Contributor

@somasun somasun Sep 30, 2025

Choose a reason for hiding this comment

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

Please add a __comment__ key in the json with value describing the reasoning for this change

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Please add a __comment__ key in the json with value describing the reasoning for this change

@somasun Thanks for the comments, will do soon.

{
"__comment__": "Remote temp1 high limit setting for high byte",
"regOffset": 13,
"ioBuf": [
105
]
},
{
"__comment__": "Remote temp1 high limit setting for low byte",
"regOffset": 19,
"ioBuf": [
0
]
},
{
"__comment__": "Remote temp2 high limit setting for high byte",
"regOffset": 21,
"ioBuf": [
105
]
},
{
"__comment__": "Remote temp2 high limit setting for low byte",
"regOffset": 23,
"ioBuf": [
0
]
},
{
"__comment__": "N-factor correction remote1",
"regOffset": 39,
"ioBuf": [
5
]
},
{
"__comment__": "N-factor correction remote2",
"regOffset": 40,
"ioBuf": [
5
]
}
]
},
{
"busName": "SMB_MUX@2",
Expand All @@ -1869,7 +1913,37 @@
"busName": "SMB_MUX@3",
"address": "0x4c",
"kernelDeviceName": "tmp432",
"pmUnitScopedName": "SMB_TH6_SENSOR_TMP432_2"
"pmUnitScopedName": "SMB_TH6_SENSOR_TMP432_2",
"initRegSettings": [
Copy link
Contributor

Choose a reason for hiding this comment

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

ditto

{
"__comment__": "Remote temp1 high limit setting for high byte",
"regOffset": 13,
"ioBuf": [
105
]
},
{
"__comment__": "Remote temp1 high limit setting for low byte",
"regOffset": 19,
"ioBuf": [
0
]
},
{
"__comment__": "N-factor correction remote1",
"regOffset": 39,
"ioBuf": [
5
]
},
{
"__comment__": "N-factor correction remote2",
"regOffset": 40,
"ioBuf": [
5
]
}
]
},
{
"busName": "SMB_MUX@4",
Expand Down
Loading