Merge pull request #4937 from bofferdn/bofferdn-avs-2

 Point to pdata which pulled in AVSBUS attributes
diff --git a/openpower/package/ekb/ekb.mk b/openpower/package/ekb/ekb.mk
index a9bf202..e1c3c66 100644
--- a/openpower/package/ekb/ekb.mk
+++ b/openpower/package/ekb/ekb.mk
@@ -20,6 +20,7 @@
            chips/p10/procedures/xml/attribute_info/p10_pervasive_attributes.xml \
            chips/p10/procedures/xml/attribute_info/p10_runn_attributes.xml \
            chips/p10/procedures/xml/attribute_info/p10_bars_attributes.xml \
+           chips/p10/procedures/xml/attribute_info/pm_plat_attributes.xml \
            hwpf/fapi2/xml/attribute_info/unit_attributes.xml \
            hwpf/fapi2/xml/attribute_info/common_attributes.xml \
            hwpf/fapi2/xml/attribute_info/chip_attributes.xml
diff --git a/openpower/package/pdata/Config.in b/openpower/package/pdata/Config.in
index f0a6b4d..909d8ac 100644
--- a/openpower/package/pdata/Config.in
+++ b/openpower/package/pdata/Config.in
@@ -47,7 +47,7 @@
 
 config BR2_PDATA_VERSION
     string
-    default "ae4e10ad87232a87aa83c65845965b2cf4f94cc0" if BR2_PDATA_LATEST_VERSION
+    default "6d251131ba9ea783ad15cac1f0508c8ca32c27c3" if BR2_PDATA_LATEST_VERSION
     default BR2_PDATA_CUSTOM_VERSION_VALUE if BR2_PDATA_CUSTOM_VERSION
 
 endif