From e51bc9b093a37ead5d404a56d8ca9aff0318ea79 Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 19 May 2026 01:19:40 +0000 Subject: [PATCH] Icecube: Config: Add TRVDD sensor support for SMB v3.1.10 (PVT Bring-up) --- .../configs/icecube/sensor_service.json | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/fboss/platform/configs/icecube/sensor_service.json b/fboss/platform/configs/icecube/sensor_service.json index 57aeefef7f5ae..841456a244296 100644 --- a/fboss/platform/configs/icecube/sensor_service.json +++ b/fboss/platform/configs/icecube/sensor_service.json @@ -2182,6 +2182,61 @@ "productProductionState": 2, "productVersion": 3, "productSubVersion": 10 + }, + { + "sensors": [ + { + "name": "SMB_XP0R72V_PB_TRVDD_0_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_ASIC_VOLTAGE_0/in4_input", + "type": 1, + "thresholds": { + "maxAlarmVal": 0.742, + "minAlarmVal": 0.698, + "upperCriticalVal": 0.828, + "lowerCriticalVal": 0 + }, + "compute": "@/1000.0" + }, + { + "name": "SMB_XP0R72V_PB_TRVDD_1_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_ASIC_VOLTAGE_6/in4_input", + "type": 1, + "thresholds": { + "maxAlarmVal": 0.742, + "minAlarmVal": 0.698, + "upperCriticalVal": 0.828, + "lowerCriticalVal": 0 + }, + "compute": "@/1000.0" + }, + { + "name": "SMB_XP0R72V_PB_TRVDD_2_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_ASIC_VOLTAGE_3/in4_input", + "type": 1, + "thresholds": { + "maxAlarmVal": 0.742, + "minAlarmVal": 0.698, + "upperCriticalVal": 0.828, + "lowerCriticalVal": 0 + }, + "compute": "@/1000.0" + }, + { + "name": "SMB_XP0R72V_PB_TRVDD_3_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_ASIC_VOLTAGE_7/in4_input", + "type": 1, + "thresholds": { + "maxAlarmVal": 0.742, + "minAlarmVal": 0.698, + "upperCriticalVal": 0.828, + "lowerCriticalVal": 0 + }, + "compute": "@/1000.0" + } + ], + "productProductionState": 3, + "productVersion": 1, + "productSubVersion": 10 } ] },