Merge pull request #1061 from wghoffa/witherspoon_0504

Witherspoon XML Package Update 05/03/17
diff --git a/openpower/package/witherspoon-xml/witherspoon-xml-0001-Fix-FABRIC-GROUP-CHIP-settings-on-2nd-socket.patch b/openpower/package/witherspoon-xml/witherspoon-xml-0001-Fix-FABRIC-GROUP-CHIP-settings-on-2nd-socket.patch
new file mode 100644
index 0000000..1d7c02d
--- /dev/null
+++ b/openpower/package/witherspoon-xml/witherspoon-xml-0001-Fix-FABRIC-GROUP-CHIP-settings-on-2nd-socket.patch
@@ -0,0 +1,30 @@
+From 71a38e19fbb44be2c084b03e3b833a7cb14f0017 Mon Sep 17 00:00:00 2001
+From: Bill Hoffa <wghoffa@us.ibm.com>
+Date: Wed, 3 May 2017 09:54:06 -0500
+Subject: [PATCH] Fix FABRIC GROUP + CHIP settings on 2nd socket
+
+---
+ witherspoon.xml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/witherspoon.xml b/witherspoon.xml
+index d7a6d08..7597986 100644
+--- a/witherspoon.xml
++++ b/witherspoon.xml
+@@ -41022,11 +41022,11 @@
+ 	</attribute>
+ 	<attribute>
+ 		<id>FABRIC_CHIP_ID</id>
+-		<default>1</default>
++		<default>0</default>
+ 	</attribute>
+ 	<attribute>
+ 		<id>FABRIC_GROUP_ID</id>
+-		<default>0</default>
++		<default>1</default>
+ 	</attribute>
+ 	<attribute>
+ 		<id>LOCATION_CODE</id>
+-- 
+1.8.2.2
+
diff --git a/openpower/package/witherspoon-xml/witherspoon.mk b/openpower/package/witherspoon-xml/witherspoon.mk
index fd83837..b8247f3 100644
--- a/openpower/package/witherspoon-xml/witherspoon.mk
+++ b/openpower/package/witherspoon-xml/witherspoon.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-WITHERSPOON_XML_VERSION ?= 35b6141e4adcb2df8d4d525036cb6eccd0217127
+WITHERSPOON_XML_VERSION ?= cee25d28dfe368a1838a0ef9295d6652da851635
 WITHERSPOON_XML_SITE ?= $(call github,open-power,witherspoon-xml,$(WITHERSPOON_XML_VERSION))
 
 WITHERSPOON_XML_LICENSE = Apache-2.0