Skip to content

Commit 99c1734

Browse files
robherringmiquelraynal
authored andcommitted
dt-bindings: mtd: mxc-nand: Drop undocumented properties from example
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
1 parent ec0da06 commit 99c1734

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Documentation/devicetree/bindings/mtd/mxc-nand.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,4 @@ examples:
3737
compatible = "fsl,imx27-nand";
3838
reg = <0xd8000000 0x1000>;
3939
interrupts = <29>;
40-
nand-bus-width = <8>;
41-
nand-ecc-mode = "hw";
4240
};

0 commit comments

Comments
 (0)