From 23763b1a3823ae8c7591bb12788564354db5a5b0 Mon Sep 17 00:00:00 2001 From: "Edward A. James" Date: Thu, 6 Jul 2017 14:23:32 -0500 Subject: 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 --- targeting.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"; -- cgit v1.2.1