mtd: rawnand: omap2: Add compatible for AM64 SoC
authorRoger Quadros <rogerq@kernel.org>
Thu, 9 Dec 2021 09:04:56 +0000 (11:04 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 17 Dec 2021 10:26:01 +0000 (11:26 +0100)
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
drivers/mtd/nand/raw/omap2.c

index 224c91282c8703c1f259fe7d9d41953e8638bc53..0c7ee26171ad290ff48454f81910e2b76730fedb 100644 (file)
@@ -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);