commit | 5e01ce401ad5b2e775a62e745223a32874f89bf9 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Fri Apr 07 15:38:13 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Apr 12 21:27:59 2017 +0000 |
tree | 723451545e630fbcab5fa580a71a090ba11f12fe | |
parent | 25b36e246d74a9c324aa39e9ac19a1586309897f [diff] |
Switch FSI clock to synchronous mode on a disable Before unloading the FSI Driver, switch the master P9's FSI clock back to synchronous mode. Change-Id: I6309ad08c48cb5f272389925ea19b8cf7f8333d0 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/fsi/op-fsi/fsi-disable.service b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/fsi/op-fsi/fsi-disable.service index a58af04..aa0b2e3 100644 --- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/fsi/op-fsi/fsi-disable.service +++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/fsi/op-fsi/fsi-disable.service
@@ -3,6 +3,7 @@ Conflicts=fsi-enable.service [Service] +ExecStart=/usr/sbin/openpower-proc-control setSyncFSIClock ExecStart=/bin/sh -c "echo fsi-master > /sys/bus/platform/drivers/fsi-master-gpio/unbind" Type=oneshot RemainAfterExit=yes