diff --git a/fboss/platform/configs/icetea/platform_manager.json b/fboss/platform/configs/icetea/platform_manager.json index 28724c294bb5f..f82a1e7c43df8 100644 --- a/fboss/platform/configs/icetea/platform_manager.json +++ b/fboss/platform/configs/icetea/platform_manager.json @@ -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": [ + { + "__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", @@ -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": [ + { + "__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",