configs: rainier: Add cffps2 to group json config file
Some of the Rainier systems have power supply version-1 and hence
their LEDs are represented as /sys/class/leds/cffps1
Similarly, some systems have power supply version-2 and hence
their LEDs are represented as /sys/class/leds/cffps2
To patchset enables both configs
Change-Id: I6d8cd336af56734941b5ad307413d525e3e01dcc
Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
diff --git a/configs/ibm,rainier-2u/led-group-config.json b/configs/ibm,rainier-2u/led-group-config.json
index e19e4cb..25a2cf9 100644
--- a/configs/ibm,rainier-2u/led-group-config.json
+++ b/configs/ibm,rainier-2u/led-group-config.json
@@ -4137,6 +4137,13 @@
"Priority" : "Blink"
},
{
+ "Name" : "cffps2_68",
+ "Action" : "On",
+ "DutyOn" : 50,
+ "Period" : 0,
+ "Priority" : "Blink"
+ },
+ {
"Name" : "front_enc_fault1",
"Action" : "On",
"DutyOn" : 50,
@@ -4170,6 +4177,13 @@
"Priority" : "Blink"
},
{
+ "Name" : "cffps2_68",
+ "Action" : "Blink",
+ "DutyOn" : 50,
+ "Period" : 1000,
+ "Priority" : "Blink"
+ },
+ {
"Name" : "front_sys_id0",
"Action" : "On",
"DutyOn" : 50,
@@ -4203,6 +4217,13 @@
"Priority" : "Blink"
},
{
+ "Name" : "cffps2_69",
+ "Action" : "On",
+ "DutyOn" : 50,
+ "Period" : 0,
+ "Priority" : "Blink"
+ },
+ {
"Name" : "front_enc_fault1",
"Action" : "On",
"DutyOn" : 50,
@@ -4236,6 +4257,13 @@
"Priority" : "Blink"
},
{
+ "Name" : "cffps2_69",
+ "Action" : "Blink",
+ "DutyOn" : 50,
+ "Period" : 1000,
+ "Priority" : "Blink"
+ },
+ {
"Name" : "front_sys_id0",
"Action" : "On",
"DutyOn" : 50,