commit | 6f3557478787da71e5185221b1048a2dbc00e514 | [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 | f10faa424f1fa754829d460cf8d9bbe552b56646 | |
parent | d09f7503a127e7eb16b7257fd3c1cde72e57d2d8 [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/common/recipes-phosphor/fsi/op-fsi/fsi-disable.service b/common/recipes-phosphor/fsi/op-fsi/fsi-disable.service index a58af04..aa0b2e3 100644 --- a/common/recipes-phosphor/fsi/op-fsi/fsi-disable.service +++ b/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