Skip to content

Commit

Permalink
dt-bindings: mtd: mxc-nand: Drop undocumented properties from example
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Rob Herring authored and Miquel Raynal committed Jun 6, 2022
1 parent ec0da06 commit 99c1734
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Documentation/devicetree/bindings/mtd/mxc-nand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,4 @@ examples:
compatible = "fsl,imx27-nand";
reg = <0xd8000000 0x1000>;
interrupts = <29>;
nand-bus-width = <8>;
nand-ecc-mode = "hw";
};

0 comments on commit 99c1734

Please sign in to comment.