diff options
author | Joel Stanley <joel@jms.id.au> | 2017-02-21 16:59:21 +1030 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2017-02-21 16:59:21 +1030 |
commit | f7ef071db9da4fec6b43e683c1dae8b33c350479 (patch) | |
tree | d44bc7b1ce6bd89b4a10d81e4625c13e05a4b64e | |
parent | f327ed7aa76a18e5631c25883cdc5a12fb41f676 (diff) | |
download | talos-openbmc-f7ef071db9da4fec6b43e683c1dae8b33c350479.tar.gz talos-openbmc-f7ef071db9da4fec6b43e683c1dae8b33c350479.zip |
kernel: Bump for DTS and FSI fixes
Andrew Jeffery (3):
ARM: dts: aspeed-g5: Add SoC Display Controller node
ARM: dts: aspeed-g5: Add LPC Host Controller node to LPC
ARM: dts: aspeed-g5: Give pinctrl phandles for gfx and lhc
Edward A. James (3):
drivers: fsi: Use kernel ida to manage device indexes
drivers: fsi: scom: Fix return code for putscom
drivers: fsi: Copy all data out
Joel Stanley (1):
drivers: fsi: iic: Fix warning
Lei YU (2):
ARM: dts: aspeed: romulus: Add fsi-master GPIO bindings
arm: aspeed: romulus: Do common setup
Rick Altherr (1):
dts: aspeed: Enable MAC1 on Quanta Q71L BMC
Change-Id: Ifb747c0a5100a9633999ab34ed1a6034602ee40d
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 0c15e1e70..1a7406447 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" -SRCREV="5dc7bd4857b832bc8526ec1dddde4ee93b17a343" +SRCREV="59b0211af5f0057016606aa9cbfb3640ffaba6d4" require linux-obmc.inc |