aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/omap_elm.c
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@kernel.org>2022-03-26 10:07:26 +0200
committerMiquel Raynal <miquel.raynal@bootlin.com>2022-04-11 10:56:33 +0200
commit51a4a71d974c25dc102216a52462ff6d53eced15 (patch)
tree30620c08f7d41008405f1d2243a55d94b5aee552 /drivers/mtd/nand/raw/omap_elm.c
parentdt-bindings: mtd: ti,elm: Add support for AM64 ELM (diff)
downloadlinux-dev-51a4a71d974c25dc102216a52462ff6d53eced15.tar.xz
linux-dev-51a4a71d974c25dc102216a52462ff6d53eced15.zip
mtd: rawnand: omap_elm: Add compatible for AM64 ELM
The AM64 SoC has the Error Locator Module. Add compatible id for it. Signed-off-by: Roger Quadros <rogerq@kernel.org> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20220326080726.30372-4-rogerq@kernel.org
Diffstat (limited to 'drivers/mtd/nand/raw/omap_elm.c')
-rw-r--r--drivers/mtd/nand/raw/omap_elm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/raw/omap_elm.c b/drivers/mtd/nand/raw/omap_elm.c
index 893e9979c4a2..4796a48e1012 100644
--- a/drivers/mtd/nand/raw/omap_elm.c
+++ b/drivers/mtd/nand/raw/omap_elm.c
@@ -548,6 +548,7 @@ static SIMPLE_DEV_PM_OPS(elm_pm_ops, elm_suspend, elm_resume);
#ifdef CONFIG_OF
static const struct of_device_id elm_of_match[] = {
{ .compatible = "ti,am3352-elm" },
+ { .compatible = "ti,am64-elm" },
{},
};
MODULE_DEVICE_TABLE(of, elm_of_match);