summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2019-08-09 10:10:43 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-08-13 14:44:39 +0300
commit53b1ab5e3f2802407c53feddd058376059101ace (patch)
treee077bd9829f69d97d1c1d86d1e57cb17e6e498d1
parent19cf5cd1a49f25d0ef97fc852f275e17615b19d4 (diff)
downloadopenbmc-53b1ab5e3f2802407c53feddd058376059101ace.tar.xz
linux-aspeed: Move to 5.2.1, fix Aspeed i2c and swift FSI GPIOs
This includes security and bug fixes from the 5.2.1 stable release. The i2c fix removes is required to support existing Qemu models, as we do not yet have buffer mode support in qemu. Joel Stanley (2): i2c: aspeed: Update to v3 of buffer and dma support Revert "ARM: dts: aspeed: add I2C buffer mode support" Matt Spinler (1): ARM: dts: aspeed: swift: Fix FSI GPIOs (From meta-aspeed rev: 514754f760977d44f1131d908e4755c846f61745) Change-Id: Ie618b11b4cdea5a73d79eaefa0bb5b1adc55a05f Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb b/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb
index 09128491c..40a78180f 100644
--- a/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb
+++ b/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb
@@ -1,6 +1,6 @@
KBRANCH ?= "dev-5.2"
-LINUX_VERSION ?= "5.2"
+LINUX_VERSION ?= "5.2.1"
-SRCREV="c01e98d1513042ae46909302c0b49a5db600e4a1"
+SRCREV="359b3a37789339c5268abb7e4c254a1d823d043b"
require linux-aspeed.inc