aboutsummaryrefslogtreecommitdiff
path: root/Bindings/mtd/nand-chip.yaml
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2023-08-09 13:28:30 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2023-08-09 13:28:30 +0000
commitc227958a722d6ad4841da8c2545527257ef219e8 (patch)
tree05a88381b2e695efa64cbd0101540555a33b917a /Bindings/mtd/nand-chip.yaml
parent582be9a44380445c18a54b44c2b15720ca139f20 (diff)
downloadsrc-c227958a722d6ad4841da8c2545527257ef219e8.tar.gz
src-c227958a722d6ad4841da8c2545527257ef219e8.zip
Diffstat (limited to 'Bindings/mtd/nand-chip.yaml')
-rw-r--r--Bindings/mtd/nand-chip.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Bindings/mtd/nand-chip.yaml b/Bindings/mtd/nand-chip.yaml
index 97ac3a3fbb52..33d079f76c05 100644
--- a/Bindings/mtd/nand-chip.yaml
+++ b/Bindings/mtd/nand-chip.yaml
@@ -4,11 +4,14 @@
$id: http://devicetree.org/schemas/mtd/nand-chip.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
-title: NAND Chip and NAND Controller Generic Binding
+title: NAND Chip Common Properties
maintainers:
- Miquel Raynal <miquel.raynal@bootlin.com>
+allOf:
+ - $ref: "mtd.yaml#"
+
description: |
This file covers the generic description of a NAND chip. It implies that the
bus interface should not be taken into account: both raw NAND devices and
@@ -67,4 +70,5 @@ properties:
required:
- reg
+# This file can be referenced by more specific devices (like spi-nands)
additionalProperties: true