diff options
author | Joel Stanley <joel@jms.id.au> | 2017-07-13 16:51:15 +0930 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-07-13 19:02:17 +0000 |
commit | 8b60de789d7f553a3480db2590304fbc9a33d1c2 (patch) | |
tree | e1aaff9135628e3268332c0c3865ee1c2fa6a840 /meta-phosphor/common/recipes-kernel | |
parent | 45964a82d42865fb48af1c52e3ce7b94e8686456 (diff) | |
download | talos-openbmc-8b60de789d7f553a3480db2590304fbc9a33d1c2.tar.gz talos-openbmc-8b60de789d7f553a3480db2590304fbc9a33d1c2.zip |
kernel: Witherspoon fans and GPIO reset tolerance
The GPIO reset tolerance patch is a stepping stone to being able to
reboot the BMC while maintaining the host powered-on state. We will add
this feature to the GPIO driver in time, and enable the behaviour for
all systems.
Andrew Jeffery (1):
ARM: aspeed: witherspoon: Add reset tolerance for host power GPIOs
Brandon Wyman (1):
ARM: dts: aspeed: Add fan card PCA9552 to Witherspoon devicetree
Change-Id: I1de8d03235d91d05dfa6d8363cfde183ebff4cfe
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'meta-phosphor/common/recipes-kernel')
-rw-r--r-- | meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.10.bb b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.10.bb index fe48d49a9..71fb54357 100644 --- a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.10.bb +++ b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.10.bb @@ -1,6 +1,6 @@ KBRANCH ?= "dev-4.10" LINUX_VERSION ?= "4.10.17" -SRCREV="7858cdff46b6d8aa4a4f88884a0623ff50fb78c9" +SRCREV="b2cd8101eec3c200940405f12582473617a520f7" require linux-obmc.inc |