From 14a3ca56c09d6b5ffb5f3f0eb83decca9b68d7fa Mon Sep 17 00:00:00 2001 From: Roger Quadros Date: Thu, 9 Dec 2021 11:04:53 +0200 Subject: [PATCH] dt-bindings: mtd: ti, gpmc-nand: Add compatible for AM64 NAND AM64 SoC contains the GPMC NAND controller. Add compatible for it. Cc: Rob Herring Signed-off-by: Roger Quadros Acked-by: Rob Herring Signed-off-by: Miquel Raynal Link: https://lore.kernel.org/linux-mtd/20211209090458.24830-2-rogerq@kernel.org --- Documentation/devicetree/bindings/mtd/ti,gpmc-nand.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/mtd/ti,gpmc-nand.yaml b/Documentation/devicetree/bindings/mtd/ti,gpmc-nand.yaml index 1c280f52baa05..4ac198814b7ad 100644 --- a/Documentation/devicetree/bindings/mtd/ti,gpmc-nand.yaml +++ b/Documentation/devicetree/bindings/mtd/ti,gpmc-nand.yaml @@ -16,7 +16,10 @@ description: properties: compatible: - const: ti,omap2-nand + items: + - enum: + - ti,am64-nand + - ti,omap2-nand reg: maxItems: 1 -- 2.30.2