summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-kernel/linux/linux-obmc.inc
diff options
context:
space:
mode:
authorChristopher Bostic <cbostic@linux.vnet.ibm.com>2017-03-24 16:14:04 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-03-27 15:38:59 +0000
commit3a2a5866513cb9fea73bd6a2cb9043c7d8d4586d (patch)
treed22cddab6790c7e8455aca011777088c3085bd08 /meta-phosphor/common/recipes-kernel/linux/linux-obmc.inc
parent1ddd805657ea2336826395f11847a3fba36050a4 (diff)
downloadtalos-openbmc-3a2a5866513cb9fea73bd6a2cb9043c7d8d4586d.tar.gz
talos-openbmc-3a2a5866513cb9fea73bd6a2cb9043c7d8d4586d.zip
Fix for Hostboot load OpenFSI SDA sampling
The delay between OpenFSI clock and input data sampling needs to be increased in order to ensure the data is read in at the correct time. Christopher Bostic (1): drivers/fsi: Increase delay before sampling input on SDA Change-Id: I75812439ad6fd7b9527a6c42a282110fced6bbad Signed-off-by: Christopher Bostic <cbostic@linux.vnet.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-kernel/linux/linux-obmc.inc')
-rw-r--r--meta-phosphor/common/recipes-kernel/linux/linux-obmc.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-kernel/linux/linux-obmc.inc b/meta-phosphor/common/recipes-kernel/linux/linux-obmc.inc
index 24db6f784..fc4a4f9c5 100644
--- a/meta-phosphor/common/recipes-kernel/linux/linux-obmc.inc
+++ b/meta-phosphor/common/recipes-kernel/linux/linux-obmc.inc
@@ -4,8 +4,11 @@ LICENSE = "GPLv2"
KCONFIG_MODE="--alldefconfig"
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
KSRC ?= "git://github.com/openbmc/linux;protocol=git;branch=${KBRANCH}"
SRC_URI = "${KSRC}"
+SRC_URI += "file://v3-0001-drivers-fsi-Increase-delay-before-sampling-input-.patch"
LINUX_VERSION_EXTENSION ?= "-${SRCREV}"
OpenPOWER on IntegriCloud