Skip to content

Commit

Permalink
mtd: rawnand: omap_elm: Add compatible for AM64 ELM
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rogerq authored and miquelraynal committed Apr 11, 2022
1 parent 05691c0 commit 51a4a71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mtd/nand/raw/omap_elm.c
Expand Up @@ -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);
Expand Down

0 comments on commit 51a4a71

Please sign in to comment.