summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2023-06-20 11:22:49 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2023-06-20 11:22:49 +1000
commit900092bcd5997b03c86fe9cd3c9dcef9f04ef139 (patch)
tree2f7109f5e53a3612c68c51aa53f2062b952969ff /Documentation
parent9dab9bcd244aaa6796feb30723591e9110379c87 (diff)
parente87161321a4081d36c4af95af7f0950137569dfe (diff)
Merge branch 'nand/next' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml b/Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml
index 28fb9a7dd70f..3bec8af91bbb 100644
--- a/Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml
+++ b/Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml
@@ -58,6 +58,11 @@ patternProperties:
meson-gxl-nfc 8, 16, 24, 30, 40, 50, 60
meson-axg-nfc 8
+ nand-rb:
+ maxItems: 1
+ items:
+ maximum: 0
+
required:
- compatible
- reg
@@ -87,6 +92,7 @@ examples:
nand@0 {
reg = <0>;
+ nand-rb = <0>;
};
};