Configs: Everest: Add TPM and RTC led groups to group json
Change-Id: Ie7fad6bcf59be3b234806ed4403934f30323bd3d
Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
diff --git a/configs/ibm,everest/led-group-config.json b/configs/ibm,everest/led-group-config.json
index 9f8b38e..63badef 100644
--- a/configs/ibm,everest/led-group-config.json
+++ b/configs/ibm,everest/led-group-config.json
@@ -3983,6 +3983,138 @@
"Priority" : "Blink"
}
]
+ },
+ {
+ "group" : "rtc_battery_fault",
+ "members" : [
+ {
+ "Name" : "rtc_battery",
+ "Action" : "On",
+ "DutyOn" : 50,
+ "Period" : 0,
+ "Priority" : "Blink"
+ },
+ {
+ "Name" : "front_enc_fault1",
+ "Action" : "On",
+ "DutyOn" : 50,
+ "Period" : 0,
+ "Priority" : "Blink"
+ },
+ {
+ "Name" : "rear_enc_fault0",
+ "Action" : "On",
+ "DutyOn" : 50,
+ "Period" : 0,
+ "Priority" : "Blink"
+ },
+ {
+ "Name" : "virtual_enc_fault",
+ "Action" : "On",
+ "DutyOn" : 50,
+ "Period" : 0,
+ "Priority" : "Blink"
+ }
+ ]
+ },
+ {
+ "group" : "rtc_battery_identify",
+ "members" : [
+ {
+ "Name" : "rtc_battery",
+ "Action" : "Blink",
+ "DutyOn" : 50,
+ "Period" : 1000,
+ "Priority" : "Blink"
+ },
+ {
+ "Name" : "front_sys_id0",
+ "Action" : "On",
+ "DutyOn" : 50,
+ "Period" : 0,
+ "Priority" : "Blink"
+ },
+ {
+ "Name" : "rear_enc_id0",
+ "Action" : "On",
+ "DutyOn" : 50,
+ "Period" : 0,
+ "Priority" : "Blink"
+ },
+ {
+ "Name" : "virtual_enc_id",
+ "Action" : "On",
+ "DutyOn" : 50,
+ "Period" : 0,
+ "Priority" : "Blink"
+ }
+ ]
+ },
+ {
+ "group" : "tpm_fault",
+ "members" : [
+ {
+ "Name" : "tpm",
+ "Action" : "On",
+ "DutyOn" : 50,
+ "Period" : 0,
+ "Priority" : "Blink"
+ },
+ {
+ "Name" : "front_enc_fault1",
+ "Action" : "On",
+ "DutyOn" : 50,
+ "Period" : 0,
+ "Priority" : "Blink"
+ },
+ {
+ "Name" : "rear_enc_fault0",
+ "Action" : "On",
+ "DutyOn" : 50,
+ "Period" : 0,
+ "Priority" : "Blink"
+ },
+ {
+ "Name" : "virtual_enc_fault",
+ "Action" : "On",
+ "DutyOn" : 50,
+ "Period" : 0,
+ "Priority" : "Blink"
+ }
+ ]
+ },
+ {
+ "group" : "tpm_identify",
+ "members" : [
+ {
+ "Name" : "tpm",
+ "Action" : "Blink",
+ "DutyOn" : 50,
+ "Period" : 1000,
+ "Priority" : "Blink"
+ },
+ {
+ "Name" : "front_sys_id0",
+ "Action" : "On",
+ "DutyOn" : 50,
+ "Period" : 0,
+ "Priority" : "Blink"
+ },
+ {
+ "Name" : "rear_enc_id0",
+ "Action" : "On",
+ "DutyOn" : 50,
+ "Period" : 0,
+ "Priority" : "Blink"
+ },
+ {
+ "Name" : "virtual_enc_id",
+ "Action" : "On",
+ "DutyOn" : 50,
+ "Period" : 0,
+ "Priority" : "Blink"
+ }
+ ]
}
]
}