linux-nuvoton: 5.1.7 stable update, NPCM EDAC driver
Enable EDAC in the kernel configuration.
George Hung (2):
dt-binding: edac: add NPCM ECC documentation
edac: npcm: Add Nuvoton NPCM7xx EDAC driver
Change-Id: Ic2d3a875a43c7c9e8fb50010b3a57de3a4c4b8de
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/recipes-kernel/linux/linux-nuvoton/defconfig b/recipes-kernel/linux/linux-nuvoton/defconfig
index e5b6cdf..207ec66 100644
--- a/recipes-kernel/linux/linux-nuvoton/defconfig
+++ b/recipes-kernel/linux/linux-nuvoton/defconfig
@@ -99,7 +99,11 @@
CONFIG_MMC=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_NPCM750=y
+CONFIG_EDAC=y
+# CONFIG_EDAC_LEGACY_SYSFS is not set
+CONFIG_EDAC_NPCM7XX=y
CONFIG_IIO=y
+CONFIG_RAS=y
CONFIG_NPCM_ADC=y
CONFIG_IIO_MUX=y
CONFIG_MUX_MMIO=y
diff --git a/recipes-kernel/linux/linux-nuvoton_git.bb b/recipes-kernel/linux/linux-nuvoton_git.bb
index 94828eb..aaef9bc 100644
--- a/recipes-kernel/linux/linux-nuvoton_git.bb
+++ b/recipes-kernel/linux/linux-nuvoton_git.bb
@@ -1,6 +1,6 @@
KBRANCH ?= "dev-5.1"
-LINUX_VERSION ?= "5.1.6"
+LINUX_VERSION ?= "5.1.7"
-SRCREV="2f501353091b588cea899285683b3cc2d8068eda"
+SRCREV="a17b8ac585d7faa27799f425fa4326c7a1e7ae71"
require linux-nuvoton.inc