diff options
author | Joel Stanley <joel@jms.id.au> | 2016-11-04 15:12:58 +1030 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2016-11-08 02:01:25 +0000 |
commit | b168869f062b3d6ef49bfa51022c99959cc03160 (patch) | |
tree | 35a741302606e91eaaf6fce54d144b4e1870e256 | |
parent | 6ce8962d66ab521a9a5940eec0409b1c552d83df (diff) | |
download | talos-openbmc-b168869f062b3d6ef49bfa51022c99959cc03160.tar.gz talos-openbmc-b168869f062b3d6ef49bfa51022c99959cc03160.zip |
kernel: Update to latest
Fixes for SPI1 strapping, device tree additions for Zaius and cleanups
of unneeded hacks in the board file.
arm: aspeed: Remove SPI1 strapping hacks
arm: dts: aspeed: Set SPI1 mode to master
arm: aspeed: Remove SPI controller hacks
arm: aspeed: Remove setting of SCU90 from common
arm: aspeed: Remove Palmetto SCU hack
arm: aspeed: Remove MDIO hack
pinctrl: aspeed: Enable ASPEED pinctrl driver to modify SPI1 strap bits
arm: dts: ast2500-evb: Mux MDIO pins
ARM: dts: aspeed: zaius: Add UCD90160 power sequencer
ARM: dts: aspeed: zaius: Update with new spi-nor binding
Change-Id: Ic399b13ef206f2dc78d652f1f8b7dfd85219ecf3
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 d3d2a7f0a..af4bddc59 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,5 +1,5 @@ KBRANCH ?= "dev-4.7" LINUX_VERSION ?= "4.7" -SRCREV="c5682cbc3542add705e35152329436067bb1f94a" +SRCREV="8c7da38063c14868eab25e9d3273b6e6c304f4be" require linux-obmc.inc |