linux-aspeed: perf build fix, FSI attached SPI
Changbin Du (1):
perf: Make perf able to build with latest libbfd
Eddie James (2):
dt-bindings: fsi: Add FSI2SPI bindings
spi: Add FSI-attached SPI controller driver
Joel Stanley (1):
ARM: confisgs: aspeed_g5: Sync with OpenBMC
Change-Id: I63196306d59f6fba1acba8657f141d037e7630b7
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/recipes-kernel/linux/linux-aspeed/aspeed-g6/defconfig b/recipes-kernel/linux/linux-aspeed/aspeed-g6/defconfig
index a7d1d7d..e963f30 100644
--- a/recipes-kernel/linux/linux-aspeed/aspeed-g6/defconfig
+++ b/recipes-kernel/linux/linux-aspeed/aspeed-g6/defconfig
@@ -87,6 +87,7 @@
CONFIG_MTD_UBI_BLOCK=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_NBD=y
+CONFIG_MCTP_LPC=y
CONFIG_EEPROM_AT24=y
CONFIG_MD=y
CONFIG_BLK_DEV_DM=y
@@ -233,6 +234,7 @@
CONFIG_ASPEED_LPC_CTRL=y
CONFIG_ASPEED_LPC_SNOOP=y
CONFIG_ASPEED_P2A_CTRL=y
+CONFIG_SPI_FSI=y
CONFIG_IIO=y
CONFIG_ASPEED_ADC=y
CONFIG_MAX1363=y
diff --git a/recipes-kernel/linux/linux-aspeed_git.bb b/recipes-kernel/linux/linux-aspeed_git.bb
index 1ecf631..6b83cd2 100644
--- a/recipes-kernel/linux/linux-aspeed_git.bb
+++ b/recipes-kernel/linux/linux-aspeed_git.bb
@@ -1,6 +1,6 @@
KBRANCH ?= "dev-5.4"
LINUX_VERSION ?= "5.4.32"
-SRCREV="45dd61ebfcd1ad09f4fcad355d50e8993092e3c1"
+SRCREV="7dc9442bbe7d0d1512c64a97b7cc58fed2b38ba4"
require linux-aspeed.inc