Fix FSI hub path
Targeting wasn't picking up the second proc FSI master.
Resolves openbmc/openbmc#1901
Change-Id: I5571c2291e2c555b64ab1b20520a4bf686267c0f
Signed-off-by: Edward A. James <eajames@us.ibm.com>
diff --git a/targeting.hpp b/targeting.hpp
index d5b99fd..0a946f6 100644
--- a/targeting.hpp
+++ b/targeting.hpp
@@ -15,7 +15,7 @@
"/sys/devices/platform/fsi-master/slave@00:00/raw";
constexpr auto fsiSlaveBaseDir =
- "/sys/devices/platform/gpio-fsi/fsi0/slave@00:00/00:00:00:0a/";
+ "/sys/devices/platform/gpio-fsi/fsi0/slave@00:00/00:00:00:0a/fsi1/";
constexpr auto fsiSlaveBaseDirOld =
"/sys/devices/platform/fsi-master/slave@00:00/hub@00/";