diff options
author | Joel Stanley <joel@jms.id.au> | 2017-03-24 16:30:57 +1030 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-03-24 18:49:35 +0000 |
commit | 19d2b7dea27abdec52a699e3c41d706ea7fd9851 (patch) | |
tree | 1a68276557a449386cd8dd8dfc940384ae2cbbf0 | |
parent | fdd4b9b44c5b46cfd2e0a50e0d9b3ee5d4a1cb60 (diff) | |
download | talos-openbmc-19d2b7dea27abdec52a699e3c41d706ea7fd9851.tar.gz talos-openbmc-19d2b7dea27abdec52a699e3c41d706ea7fd9851.zip |
kernel: PGOOD failure workaround and dts updates
This disables the UCD driver for Witherspon in order to workaround PGOOD
failures.
Andrew Jeffery (1):
ARM: dts: Disable UCD90160 in the Witherspoon dts
Joel Stanley (2):
fsi: i2c: Remove noisy printks
ARM: configs: aspeed: Sync configs with openbmc
Lei YU (3):
ARM: dts: aspeed: romulus: Add GPIO hogs for nic_mode_func
ARM: dts: aspeed: romulus: Add UART1
arm: aspeed: romulus: Disable LPC reset for UART1
Change-Id: Id89ce644ad1a9603a33945c368c6ec87e64fbcdd
Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r-- | meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.7.bb b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.7.bb index 43679ea14..91e3ad764 100644 --- a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.7.bb +++ b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.7.bb @@ -1,6 +1,6 @@ KBRANCH ?= "dev-4.7" LINUX_VERSION ?= "4.7.10" -SRCREV="c72ced5a19ceae19c7d792ae3e982bee5607dab4" +SRCREV="382872843bb8e7755fddeaaa284a00c640bfc732" require linux-obmc.inc |