Commit 262bc009 authored by Arseniy Krasnov's avatar Arseniy Krasnov Committed by Miquel Raynal

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: fbc00b5e ("dt-bindings: nand: meson: convert txt to yaml")
Signed-off-by: default avatarArseniy Krasnov <AVKrasnov@sberdevices.ru>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20230608044728.1328506-2-AVKrasnov@sberdevices.ru
parent 30540a0d
......@@ -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>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment