s2600wf-misc: srcrev bump b9d9b33f7f..b7bd2a8822

Jae Hyun Yoo (6):
      Update CPU hwmon searching path to sync with kernel path
      Prep CPU sensor for no-overlays
      Clean up codes
      Fix CPU detect logic to use a bus setting from CPU configs.
      Add Jae Hyun Yoo as a maintainer
      Make CPUsensor service use an async call for CPU sensor creation

James Feist (7):
      Add base class to simplify threshold logic
      Don't iterate directories twice
      Prep hwmontemp sensor for no-overlays
      Add fan presence support
      Move sensor.hpp
      Increase poll time on failure
      Add redundancy sensor and cleanup

Richard Marian Thomaiyar (1):
      Add support for sensor override value

Yoo, Jae Hyun (7):
      Fix threshold parsing logic of CPU sensors
      Fix a bug on CPU sensor dbus property creation
      Fix sdbusplus call flow to support changed behavior of the latest sdbusplus
      Change PECI device name
      Fix CPU client address config handling
      Stop using mapbox directly
      Improve log messages in CPU sensor service to reflect current status correctly

(From meta-intel rev: 3aea871faf957b8cdd139295cd85c465420a3bc7)

Change-Id: If00ea4f9e322dc4376ea118337375014c62558e4
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-intel/meta-common/recipes-intel/dbus-sensors/dbus-sensors_git.bb b/meta-intel/meta-common/recipes-intel/dbus-sensors/dbus-sensors_git.bb
index 77ccd97..c44f57a 100644
--- a/meta-intel/meta-common/recipes-intel/dbus-sensors/dbus-sensors_git.bb
+++ b/meta-intel/meta-common/recipes-intel/dbus-sensors/dbus-sensors_git.bb
@@ -2,7 +2,7 @@
 DESCRIPTION = "Dbus Sensor Services Configured from D-Bus"
 
 SRC_URI = "git://github.com/openbmc/s2600wf-misc.git"
-SRCREV = "b9d9b33f7f7a9792220319242187dac428bf300a"
+SRCREV = "b7bd2a88226a613091caabce5d1e236d67266ac0"
 
 PV = "0.1+git${SRCPV}"