Pick up new Witherspoon MRW XML

LEDs are now in the model.

There is a Targets.pm change that must go with this that
the mrw-rev.bbclass change will get.

Because Targets.pm is common between Palmetto and Witherspoon,
the Palmetto XML must be patched to make Targets.pm happy.

Change-Id: Ic3378cca8c6ebe96870d283aac2d42d97b68358a
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/meta-palmetto/recipes-phosphor/mrw/mrw-native/palmetto.xml.patch.xml b/meta-palmetto/recipes-phosphor/mrw/mrw-native/palmetto.xml.patch.xml
index 744a317..7329377 100644
--- a/meta-palmetto/recipes-phosphor/mrw/mrw-native/palmetto.xml.patch.xml
+++ b/meta-palmetto/recipes-phosphor/mrw/mrw-native/palmetto.xml.patch.xml
@@ -464,4 +464,10 @@
     <default>PCIE_CARD</default>
 </attribute>
 
+<!-- new parser requires FABRIC_GROUP_ID, though it's unused by the BMC -->
+<attribute type="replace" xpath="targetInstance[id='proc_socket-0']/attribute[id='FABRIC_NODE_ID']">
+    <id>FABRIC_GROUP_ID</id>
+    <default>0</default>
+</attribute>
+
 </patches>