summaryrefslogtreecommitdiffstats
path: root/targeting.hpp
diff options
context:
space:
mode:
authorEdward A. James <eajames@us.ibm.com>2017-07-06 14:23:32 -0500
committerEdward A. James <eajames@us.ibm.com>2017-07-06 14:24:02 -0500
commit23763b1a3823ae8c7591bb12788564354db5a5b0 (patch)
treeca5b7769dd05ac837efa08c0910d19bde6ec418d /targeting.hpp
parent16e099a76314a8de8e89c31a87232226551bd09d (diff)
downloadopenpower-proc-control-23763b1a3823ae8c7591bb12788564354db5a5b0.tar.gz
openpower-proc-control-23763b1a3823ae8c7591bb12788564354db5a5b0.zip
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>
Diffstat (limited to 'targeting.hpp')
-rw-r--r--targeting.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/targeting.hpp b/targeting.hpp
index d5b99fd..0a946f6 100644
--- a/targeting.hpp
+++ b/targeting.hpp
@@ -15,7 +15,7 @@ constexpr auto fsiMasterDevPathOld =
"/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/";
OpenPOWER on IntegriCloud