Update LED Manager recipe to support Palmetto machine

This has the changes that enables LED group manager on Palmetto

Change-Id: Iaf4d4cc4c798c70e557009e9928225facb1d7d86
Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-phosphor/leds/palmetto-led-manager-config/led.yaml b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-phosphor/leds/palmetto-led-manager-config/led.yaml
new file mode 100755
index 0000000..c154391
--- /dev/null
+++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-phosphor/leds/palmetto-led-manager-config/led.yaml
@@ -0,0 +1,30 @@
+Power:
+    power:
+        Action: 'On'
+        DutyOn: 50
+        Period: 0
+HeartBeat:
+    heartbeat:
+        Action: 'On'
+        DutyOn: 50
+        Period: 0
+BmcBoot:
+    identify:
+        Action: 'On'
+        DutyOn: 50
+        Period: 0
+EnclosureIdentify:
+    identify:
+        Action: 'Blink'
+        DutyOn: 50
+        Period: 1000
+PowerBlinkTest:
+    power:
+        Action: 'Blink'
+        DutyOn: 50
+        Period: 1000
+HeartBeatBlinkTest:
+    heartbeat:
+        Action: 'Blink'
+        DutyOn: 50
+        Period: 1000