Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Roger Quadros and committed by
Miquel Raynal
51a4a71d 05691c02

+1
+1
drivers/mtd/nand/raw/omap_elm.c
··· 548 548 #ifdef CONFIG_OF 549 549 static const struct of_device_id elm_of_match[] = { 550 550 { .compatible = "ti,am3352-elm" }, 551 + { .compatible = "ti,am64-elm" }, 551 552 {}, 552 553 }; 553 554 MODULE_DEVICE_TABLE(of, elm_of_match);