phosphor-pid-control: srcrev bump fb82a87d2e..23e22b90c3

Bonnie Lo (2):
      Support derivative term in PID algorithm and support to set cycle interval time from fan table
      Add debug mode

Josh Lehan (5):
      Fix Meson build problem when building tests
      Adding new feature of core PID loop logging
      FanController: Use raw RPM as input to fan PID loop
      Adding more temporary files to gitignore
      Add new PID Class types "power" and "powersum"

Change-Id: I04104ec2e254ae8f7a7908f55d150c9fef5ca4e9
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
index 0247752..f460b6e 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
@@ -17,7 +17,7 @@
 DEPENDS += "boost"
 # We depend on this to be built first so we can build our providers.
 DEPENDS += "phosphor-ipmi-host"
-SRCREV = "fb82a87d2e88a99523a169acda43fa67315452a2"
+SRCREV = "23e22b90c32fc7b40489fae41b1ad6439152b07f"
 PV = "0.1+git${SRCPV}"
 PR = "r1"