summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-disable.service2
-rw-r--r--meta-openpower/recipes-phosphor/host/op-proc-control_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-disable.service b/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-disable.service
index 11c8563f3..6988c4fa2 100644
--- a/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-disable.service
+++ b/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-disable.service
@@ -3,7 +3,7 @@ Description=Disable FSI
Conflicts=fsi-enable.service
[Service]
-ExecStart=/usr/sbin/openpower-proc-control setSyncFSIClock
+ExecStart=/usr/bin/openpower-proc-control setSyncFSIClock
ExecStart=/bin/sh -c "echo 1 > /sys/devices/platform/gpio-fsi/external_mode"
Type=oneshot
RemainAfterExit=yes
diff --git a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
index 961e8f583..9e7fb54c6 100644
--- a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
+++ b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
@@ -11,7 +11,7 @@ inherit autotools obmc-phosphor-utils pkgconfig pythonnative
inherit systemd
SRC_URI += "git://github.com/openbmc/openpower-proc-control"
-SRCREV = "aa2030c2fb261ec9c3e43a04afdf8b7602d20258"
+SRCREV = "b964c928156c2e71fe3bc9a2693b02cfbba5309c"
DEPENDS += " \
autoconf-archive-native \