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: fbc00b5e74 ("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
This commit is contained in:
Arseniy Krasnov 2023-06-08 07:47:27 +03:00 committed by Miquel Raynal
parent 30540a0d05
commit 262bc0096b

View File

@ -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>;
};
};