dt-bindings: mtd: ti, gpmc-nand: Add compatible for AM64 NAND
authorRoger Quadros <rogerq@kernel.org>
Thu, 9 Dec 2021 09:04:53 +0000 (11:04 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 17 Dec 2021 10:25:56 +0000 (11:25 +0100)
AM64 SoC contains the GPMC NAND controller. Add compatible for it.

Cc: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Roger Quadros <rogerq@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20211209090458.24830-2-rogerq@kernel.org
Documentation/devicetree/bindings/mtd/ti,gpmc-nand.yaml

index 1c280f52baa05b52d2d2abd53f28c57ea9327855..4ac198814b7ad833372021ed222db21bdd60902e 100644 (file)
@@ -16,7 +16,10 @@ description:
 
 properties:
   compatible:
-    const: ti,omap2-nand
+    items:
+      - enum:
+          - ti,am64-nand
+          - ti,omap2-nand
 
   reg:
     maxItems: 1