skiboot v5.7-24-g81c0e076374e

Michael Neuling (15):
      phb4: Only clear some PHB config space registers on errors
      phb4: Move functions around to avoid forward declarations
      phb4: Dump devctl and devstat registers
      phb4: Fix copy/paste typo in error logging
      phb4: Clear more error registers
      phb4: Disable device config space access when fenced
      phb4: Simplify prepare_link_change() calls
      phb4: Simplify calling phb4_eeh_dump_regs()
      phb4: Split clearing REGB into new function
      phb4: Clear errors before deasserting reset
      phb4: Mark PHB as fenced on creset
      phb4: Set REGB error enables based on link state
      Revert "phb4: Read PERST signal rather than assuming it's asserted"
      phb4: Assert PERST before PHB reset
      phb4: Be more conservative on link presence timeout

Shilpasri G Bhat (8):
      occ: Add support for OPAL-OCC command/response interface
      opal-msg: Increase the max-async completion count by max chips possible
      powercap: occ: Add a generic powercap framework
      psr: occ: Add support to change power-shifting-ratio
      sensors: occ: Add support for OCC inband sensors
      sensors: occ: Add CSM_{min/max} sensors
      sensors: occ: Skip the deconfigured core sensors
      sensors: occ: Add support to clear sensor groups

Stewart Smith (1):
      hw/occ-sensor: fix 'sensor' may be used uninitialized warning on some GCC

Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
diff --git a/openpower/package/skiboot/Config.in b/openpower/package/skiboot/Config.in
index 3a7278f..4ffae39 100644
--- a/openpower/package/skiboot/Config.in
+++ b/openpower/package/skiboot/Config.in
@@ -31,7 +31,7 @@
 
 config BR2_SKIBOOT_VERSION
 	string
-	default "v5.7" if BR2_SKIBOOT_LATEST_VERSION
+	default "v5.7-24-g81c0e076374e" if BR2_SKIBOOT_LATEST_VERSION
 	default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \
 		if BR2_SKIBOOT_CUSTOM_VERSION