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 <[email protected]> Signed-off-by: Miquel Raynal <[email protected]> Link: https://lore.kernel.org/linux-mtd/[email protected]
1 parent ec0da06 commit 99c1734

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)