Skip to content

Commit 262bc00

Browse files
Arseniy Krasnovmiquelraynal
authored andcommitted
dt-bindings: nand: meson: Fix 'nand-rb' property
Add description of 'nand-rb' property. Use "Fixes" because this property must be supported since the beginning. Fixes: fbc00b5 ("dt-bindings: nand: meson: convert txt to yaml") Signed-off-by: Arseniy Krasnov <AVKrasnov@sberdevices.ru> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20230608044728.1328506-2-AVKrasnov@sberdevices.ru
1 parent 30540a0 commit 262bc00

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ patternProperties:
5858
meson-gxl-nfc 8, 16, 24, 30, 40, 50, 60
5959
meson-axg-nfc 8
6060
61+
nand-rb:
62+
maxItems: 1
63+
items:
64+
maximum: 0
65+
6166
required:
6267
- compatible
6368
- reg
@@ -87,6 +92,7 @@ examples:
8792
8893
nand@0 {
8994
reg = <0>;
95+
nand-rb = <0>;
9096
};
9197
};
9298

0 commit comments

Comments
 (0)