dbus-sensors, entity-manager: Combined srcrev bump

These srcrev bumps have some cross-repo compatbility requirements
(hwmontempsensor took over some device management functionality from
entity-manager), so let's do them both in a single commit to avoid a
window of breakage with one updated but not the other.

dbus-sensors: 2c5a1f2d2e3b..661d4378467a

    Ed Tanous (2):
          Add ObjectManager in the right place
          Add control ObjectManager

    Johnathan Mantey (1):
          Identify active sensors via the D-Bus "sensors" service

    Konstantin Aladyshev (1):
          PSUSensor: Add device type TPS53679

    Zev Weiss (3):
          Add getPollRate helper function
          hwmontempsensor: Remove redundant emptiness check
          hwmontempsensor: Manage devices on host power-state events

entity-manager: 91df531561cd..e22143df37fa

    Zev Weiss (1):
          devices: Remove devices now managed by hwmontempsensor

Signed-off-by: Zev Weiss <zev@bewilderbeest.net>
Change-Id: Idbd92b250d5fde3330391414d06724b8da8ce1bd
diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
index 4094772..3326bde 100644
--- a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
@@ -10,7 +10,7 @@
            valijson \
            ${PYTHON_PN}-jsonschema-native \
 "
-SRCREV = "91df531561cdf5c8a0fa59d50b09827d487f32b7"
+SRCREV = "e22143df37faa0b0f5e2918d2f505b9f64e74b0f"
 PACKAGECONFIG ??= "ipmi-fru"
 PACKAGECONFIG[ipmi-fru] = "-Dfru-device=true, -Dfru-device=false, i2c-tools,"
 PV = "0.1+git${SRCPV}"
diff --git a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
index 90873bb..cecc78b 100644
--- a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
+++ b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
@@ -11,7 +11,7 @@
     phosphor-logging \
     sdbusplus \
     "
-SRCREV = "2c5a1f2d2e3bc9c8cafd23faa79003acc6bf7779"
+SRCREV = "661d4378467a1674eccff223696ecb64899419a7"
 PACKAGECONFIG ??= " \
     adcsensor \
     intelcpusensor \