summaryrefslogtreecommitdiff
path: root/meta-ampere/meta-jade/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json
diff options
context:
space:
mode:
authorHieu Huynh <hieuh@os.amperecomputing.com>2023-12-22 14:29:39 +0300
committerHieu Huynh <hieuh@os.amperecomputing.com>2023-12-23 03:48:56 +0300
commit20dd705b5872b2ed9f4da69886afd542abb6f504 (patch)
tree8233ffcdf73a85150a6424a8019359c27965158a /meta-ampere/meta-jade/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json
parent159146e27119cc89ccabc9837bae40d6f6baf1b4 (diff)
downloadopenbmc-20dd705b5872b2ed9f4da69886afd542abb6f504.tar.xz
meta-ampere: handle Overtemp Fault LED
Assert Fault LED when detecting OVERTEMP signal asserted. This is done by adding new overtemp_fault LED group and update the overtemp service to assert/de-assert the LED group. 1. Start the ampere_overtemp@.service 2. Verify that the `Fault Led` is turned on and turn off after 10s. 3. Verify that Thermal Trip SEL is created. Signed-off-by: Hieu Huynh <hieuh@os.amperecomputing.com> Change-Id: Ifbc203bf79a13741082d84850b9e75ca6148a6cd
Diffstat (limited to 'meta-ampere/meta-jade/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json')
-rw-r--r--meta-ampere/meta-jade/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-ampere/meta-jade/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json b/meta-ampere/meta-jade/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json
index bec2a99b6c..b92fa87529 100644
--- a/meta-ampere/meta-jade/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json
+++ b/meta-ampere/meta-jade/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json
@@ -42,6 +42,17 @@
"Period": 1000
}
]
+ },
+ {
+ "group": "overtemp_fault",
+ "members": [
+ {
+ "Name": "fault",
+ "Action": "On",
+ "DutyOn": 50,
+ "Period": 1000
+ }
+ ]
}
]
}