summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2019-09-11 02:20:10 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-11 20:53:17 +0300
commit88250777182ecdb19164830f4f85370bbc89bbd2 (patch)
tree7cbe2d762ce64575f0d00d48e49564adbad4a1a4
parentec507f324b3b663b752b707b37994fa3a3a3f883 (diff)
downloadopenbmc-88250777182ecdb19164830f4f85370bbc89bbd2.tar.xz
linux-aspeed: AST2600 GPIO support
Linus Walleij (1): gpio: aspeed: Pass irqchip when adding gpiochip Rashmica Gupta (6): gpio/aspeed: Fix incorrect number of banks dt-bindings: gpio: aspeed: Update documentation with ast2600 controllers gpio/aspeed: Setup irqchip dynamically gpio/aspeed: Use ngpio property from device tree if available gpio: Add in ast2600 details to Aspeed driver ARM: dts: aspeed-g6: Add gpio devices (From meta-aspeed rev: 3b101c7f2c10b43576e2770bc2eceb860d0f5660) Change-Id: I56b71ef33fc6c941fedc8823cd1c9a3ea135e82c 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.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb b/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb
index 0a9f984e8..619bacc37 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.14"
-SRCREV="386b5f6527184764f25f0b0f9ad4c0157ca99ea3"
+SRCREV="9f4f5ff36be2d4ec6694fae85ad0123da4674ba6"
require linux-aspeed.inc