From 06f04d23ab698c1e17ad587eb9fe71049096e994 Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 23 Jun 2026 06:20:51 +0000 Subject: [PATCH] Icecube: Config: Add TRVDD sensor support for SMB v3.3.10 --- .../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 7d626d67e2edc..2c62b45c37d0e 100644 --- a/fboss/platform/configs/icecube/sensor_service.json +++ b/fboss/platform/configs/icecube/sensor_service.json @@ -2237,6 +2237,61 @@ "productionState": 3, "productionSubState": 1, "respinVariantIndicator": 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" + } + ], + "productionState": 3, + "productionSubState": 3, + "respinVariantIndicator": 10 } ] },