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-scan@.service b/common/recipes-phosphor/fsi/op-fsi/fsi-scan@.service
index 4321422..c8db153 100644
--- a/common/recipes-phosphor/fsi/op-fsi/fsi-scan@.service
+++ b/common/recipes-phosphor/fsi/op-fsi/fsi-scan@.service
@@ -7,7 +7,7 @@
 Conflicts=obmc-chassis-poweroff@%i.target
 
 [Service]
-ExecStart=/bin/sh -c "echo 1 > /sys/bus/platform/devices/fsi-master/scan"
+ExecStart=/bin/sh -c "if [ -f /sys/bus/platform/devices/gpio-fsi/fsi0/rescan ]; then echo 1 > /sys/bus/platform/devices/gpio-fsi/fsi0/rescan; else echo 1 > /sys/bus/platform/devices/fsi-master/scan; fi"
 Type=oneshot
 RemainAfterExit=yes