summaryrefslogtreecommitdiff
path: root/meta-nuvoton
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2019-06-06 04:58:10 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-06-10 21:25:32 +0300
commit7535cdb0de0cc40c133f5f70e87af27c4ad43ac0 (patch)
treee2e342ac78970f57c65ec6a410e5ded2a48256aa /meta-nuvoton
parentc81a6309cda26015506f7cede4358584b38b8a8e (diff)
downloadopenbmc-7535cdb0de0cc40c133f5f70e87af27c4ad43ac0.tar.xz
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 (From meta-nuvoton rev: 382bd93faee564833cce0670ec458d76db6dbde5) Change-Id: I1627b91fa4464063f15b7a49b54829809594b3d4 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-nuvoton')
-rw-r--r--meta-nuvoton/recipes-kernel/linux/linux-nuvoton/defconfig4
-rw-r--r--meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb4
2 files changed, 6 insertions, 2 deletions
diff --git a/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/defconfig b/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/defconfig
index e5b6cdf43..207ec6691 100644
--- a/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/defconfig
+++ b/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/defconfig
@@ -99,7 +99,11 @@ CONFIG_USB_EDM_KBD_MOUSE=m
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/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb b/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb
index 94828eb55..aaef9bca8 100644
--- a/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb
+++ b/meta-nuvoton/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