mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 14:42:08 +02:00
mtd: rawnand: omap2: Add compatible for AM64 SoC
AM64 SoC contains the GPMC NAND controller. Add compatible 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/20211209090458.24830-5-rogerq@kernel.org
This commit is contained in:
parent
a9e849efca
commit
0137c74ad8
|
|
@ -2286,6 +2286,7 @@ static int omap_nand_remove(struct platform_device *pdev)
|
|||
|
||||
static const struct of_device_id omap_nand_ids[] = {
|
||||
{ .compatible = "ti,omap2-nand", },
|
||||
{ .compatible = "ti,am64-nand", },
|
||||
{},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, omap_nand_ids);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user