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-bind@.service b/common/recipes-phosphor/fsi/op-fsi/fsi-bind@.service
index 82399ae..3e85648 100644
--- a/common/recipes-phosphor/fsi/op-fsi/fsi-bind@.service
+++ b/common/recipes-phosphor/fsi/op-fsi/fsi-bind@.service
@@ -8,9 +8,10 @@
 Before=fsi-scan@%i.service
 Conflicts=obmc-chassis-poweroff@%i.target
 ConditionDirectoryNotEmpty=!/sys/bus/platform/drivers/fsi-master-gpio/fsi-master
+ConditionDirectoryNotEmpty=!/sys/bus/platform/drivers/fsi-master-gpio/gpio-fsi
 
 [Service]
-ExecStart=/bin/sh -c "echo fsi-master > /sys/bus/platform/drivers/fsi-master-gpio/bind"
+ExecStart=/bin/sh -c "echo fsi-master > /sys/bus/platform/drivers/fsi-master-gpio/bind || echo gpio-fsi > /sys/bus/platform/drivers/fsi-master-gpio/bind"
 Type=oneshot
 RemainAfterExit=yes