phosphor-power: Add regsctl binary to image

Change-Id: I9b4bd95ae8918b098f0d85e6075545db0e02c3a2
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/recipes-phosphor/power/phosphor-power.inc b/recipes-phosphor/power/phosphor-power.inc
index 4c70d98..f42baa9 100644
--- a/recipes-phosphor/power/phosphor-power.inc
+++ b/recipes-phosphor/power/phosphor-power.inc
@@ -2,4 +2,4 @@
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
 SRC_URI += "git://github.com/openbmc/phosphor-power"
-SRCREV = "cd9ab087e6888796876df44e0fa998f1b5583877"
+SRCREV = "32707088bf4eae60d0e16b4485768601a56d912c"
diff --git a/recipes-phosphor/power/phosphor-power_git.bb b/recipes-phosphor/power/phosphor-power_git.bb
index 730335a..ab704ad 100644
--- a/recipes-phosphor/power/phosphor-power_git.bb
+++ b/recipes-phosphor/power/phosphor-power_git.bb
@@ -61,5 +61,6 @@
 FILES_${PN}-monitor = "${bindir}/psu-monitor"
 FILES_${PN}-psu-monitor = "${bindir}/phosphor-psu-monitor ${datadir}/phosphor-psu-monitor"
 FILES_${PN}-regulators = "${bindir}/phosphor-regulators ${datadir}/phosphor-regulators"
+FILES_${PN}-regulators += "${bindir}/regsctl"
 FILES_${PN}-sequencer = "${bindir}/pseq-monitor"
 FILES_${PN}-utils = "${bindir}/psutils"