Change FSI service files for 4.10

Latest FSI code changes paths, so we need to update the bind/unbind/scan
paths.

Change-Id: Ia1d8c5f31a8f0c8a69ca03121741a3ba35761c3a
Signed-off-by: Edward A. James <eajames@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 aa0b2e3..5b353cc 100644
--- a/common/recipes-phosphor/fsi/op-fsi/fsi-disable.service
+++ b/common/recipes-phosphor/fsi/op-fsi/fsi-disable.service
@@ -4,6 +4,6 @@
 
 [Service]
 ExecStart=/usr/sbin/openpower-proc-control setSyncFSIClock
-ExecStart=/bin/sh -c "echo fsi-master > /sys/bus/platform/drivers/fsi-master-gpio/unbind"
+ExecStart=/bin/sh -c "echo fsi-master > /sys/bus/platform/drivers/fsi-master-gpio/unbind || echo gpio-fsi > /sys/bus/platform/drivers/fsi-master-gpio/unbind"
 Type=oneshot
 RemainAfterExit=yes