diff options
| author | Roger Quadros <[email protected]> | 2021-12-09 11:04:53 +0200 |
|---|---|---|
| committer | Miquel Raynal <[email protected]> | 2021-12-17 11:25:56 +0100 |
| commit | 14a3ca56c09d6b5ffb5f3f0eb83decca9b68d7fa (patch) | |
| tree | 0fb813c8a2d5cbb92aacd8dd60c273b0df8a7b6f | |
| parent | c14e281a8e763442f73dfcb9830e6b58fbfb731e (diff) | |
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 <[email protected]>
Signed-off-by: Roger Quadros <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Miquel Raynal <[email protected]>
Link: https://lore.kernel.org/linux-mtd/[email protected]
| -rw-r--r-- | Documentation/devicetree/bindings/mtd/ti,gpmc-nand.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mtd/ti,gpmc-nand.yaml b/Documentation/devicetree/bindings/mtd/ti,gpmc-nand.yaml index 1c280f52baa0..4ac198814b7a 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 |