提交 51a4a71d 编写于 作者: R Roger Quadros 提交者: Miquel Raynal

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: NRoger Quadros <rogerq@kernel.org>
Signed-off-by: NMiquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20220326080726.30372-4-rogerq@kernel.org
上级 05691c02
...@@ -548,6 +548,7 @@ static SIMPLE_DEV_PM_OPS(elm_pm_ops, elm_suspend, elm_resume); ...@@ -548,6 +548,7 @@ static SIMPLE_DEV_PM_OPS(elm_pm_ops, elm_suspend, elm_resume);
#ifdef CONFIG_OF #ifdef CONFIG_OF
static const struct of_device_id elm_of_match[] = { static const struct of_device_id elm_of_match[] = {
{ .compatible = "ti,am3352-elm" }, { .compatible = "ti,am3352-elm" },
{ .compatible = "ti,am64-elm" },
{}, {},
}; };
MODULE_DEVICE_TABLE(of, elm_of_match); MODULE_DEVICE_TABLE(of, elm_of_match);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册