projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05691c0
)
mtd: rawnand: omap_elm: Add compatible for AM64 ELM
author
Roger Quadros
<rogerq@kernel.org>
Sat, 26 Mar 2022 08:07:26 +0000
(10:07 +0200)
committer
Miquel Raynal
<miquel.raynal@bootlin.com>
Mon, 11 Apr 2022 08:56:33 +0000
(10:56 +0200)
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
drivers/mtd/nand/raw/omap_elm.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/raw/omap_elm.c
b/drivers/mtd/nand/raw/omap_elm.c
index 893e9979c4a25d9825da5d958dddd64440a27a8d..4796a48e1012af88ec9a11aed9d7dbfcbc222906 100644
(file)
--- 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);