phal: pdata: Bumped b05eb90..b2c92ef

Amitay Isaacs (8):
      libdtm: Optimize node search by path
      libdtm: Mark unmutable arguments with const
      libdtree: Add device tree library for attribute manipulation
      attribute: Archive the original attribute tool implementation
      attribute: Add new implementation based on libdtree
      attribute: Skip attributes for unmatched target for read command
      tests: Fix the attribute values for complex attribute
      attribute: export attribute to override file during write

Jayanth Othayoth (4):
      build: Added bootstrap script
      data/p10: Add devtree host reboot preserve attribute list
      Revert "data: p10: Changed default value as 1 for DISABLE_SECURITY"
      Revert "Revert "data: p10: Changed default value as 1 for DISABLE_SECURITY""

Ramesh Iyyar (5):
      data: p10: Added the OSCREFCLK target
      data: p10: Added the POSITION attribute
      scripts: attribute: xml: Added notRequiredInDevTree tag support
      scripts: genDTS: Added the OSCREFCLK target under the I2C target
      data: p10: Added clock target support for Rainier system

Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com>
diff --git a/openpower/package/pdata/Config.in b/openpower/package/pdata/Config.in
index dd21dcb..cc904d1 100644
--- a/openpower/package/pdata/Config.in
+++ b/openpower/package/pdata/Config.in
@@ -47,7 +47,7 @@
 
 config BR2_PDATA_VERSION
     string
-    default "b05eb90ad19807ab0f8f1c861c56a0dbb0a75d0b" if BR2_PDATA_LATEST_VERSION
+    default "b2c92eff169e96a67db516f3ea29a4e9d601d89d" if BR2_PDATA_LATEST_VERSION
     default BR2_PDATA_CUSTOM_VERSION_VALUE if BR2_PDATA_CUSTOM_VERSION
 
 endif