--- zzzz-none-000/linux-4.9.276/Documentation/devicetree/bindings/mtd/nand.txt 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/Documentation/devicetree/bindings/mtd/nand.txt 2023-04-05 08:19:00.000000000 +0000 @@ -44,6 +44,22 @@ used by the upper layers, and you want to make your NAND as reliable as possible. +- linux,part-probe: list of name as strings of the partition parser + which should be used to parse the partition table. + They will be tried in the specified ordering and + the next one will be used if the previous one + failed. + + Example: linux,part-probe = "cmdlinepart", "ofpart"; + + This is also the default value, which will be used + if this attribute is not specified. It could be + that the flash driver in use overwrote the default + value and uses some other default. + + Possible values are: bcm47xxpart, afs, ar7part, + ofoldpart, ofpart, bcm63xxpart, RedBoot, cmdlinepart + The ECC strength and ECC step size properties define the correction capability of a controller. Together, they say a controller can correct "{strength} bit errors per {size} bytes".