dt-bindings: mtd: mxc-nand: Drop undocumented properties from example
authorRob Herring <robh@kernel.org>
Wed, 25 May 2022 20:59:46 +0000 (15:59 -0500)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 6 Jun 2022 13:05:10 +0000 (15:05 +0200)
With unevaluatedProperties issues fixed, 'nand-bus-width' and
'nand-ecc-mode' are flagged as undocumented. Removing them from the example
is the easiest solution to silence the warnings.

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20220525205947.2487165-1-robh@kernel.org
Documentation/devicetree/bindings/mtd/mxc-nand.yaml

index 73b86f2..66da1b4 100644 (file)
@@ -37,6 +37,4 @@ examples:
         compatible = "fsl,imx27-nand";
         reg = <0xd8000000 0x1000>;
         interrupts = <29>;
-        nand-bus-width = <8>;
-        nand-ecc-mode = "hw";
     };