On Tue, 26 May 2020 21:56:26 +0200, Miquel Raynal wrote: > Placement is where the ECC bytes are expected. > No value means the controller can do whatever it desires (default is > to put ECC bytes at the end of the OOB area). Alternative placement is > "interleaved" (also sometimes referred as "syndrome") where data and > OOB are mixed. > > Signed-off-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx> > --- > .../devicetree/bindings/mtd/nand-controller.yaml | 10 ++++++++++ > 1 file changed, 10 insertions(+) > My bot found errors running 'make dt_binding_check' on your patch: Documentation/devicetree/bindings/mtd/nand-controller.yaml: while scanning a plain scalar in "<unicode string>", line 64, column 11 found a tab character that violates indentation in "<unicode string>", line 65, column 1 Documentation/devicetree/bindings/Makefile:12: recipe for target 'Documentation/devicetree/bindings/mtd/nand-controller.example.dts' failed make[1]: *** [Documentation/devicetree/bindings/mtd/nand-controller.example.dts] Error 1 make[1]: *** Waiting for unfinished jobs.... /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mtd/nand-controller.yaml: ignoring, error parsing file warning: no schema found in file: ./Documentation/devicetree/bindings/mtd/nand-controller.yaml /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mtd/nand-controller.yaml: ignoring, error parsing file warning: no schema found in file: ./Documentation/devicetree/bindings/mtd/nand-controller.yaml Makefile:1300: recipe for target 'dt_binding_check' failed make: *** [dt_binding_check] Error 2 See https://patchwork.ozlabs.org/patch/1298408 If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure dt-schema is up to date: pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade Please check and re-submit.