diff options
Diffstat (limited to 'Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt')
-rw-r--r-- | Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt b/Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt index 86e0a5601ff5..de8b517a5521 100644 --- a/Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt +++ b/Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt | |||
@@ -17,6 +17,14 @@ Optional properties: | |||
17 | - num-cs: Number of chipselect lines to usw | 17 | - num-cs: Number of chipselect lines to usw |
18 | - nand-on-flash-bbt: boolean to enable on flash bbt option if | 18 | - nand-on-flash-bbt: boolean to enable on flash bbt option if |
19 | not present false | 19 | not present false |
20 | - nand-ecc-strength: number of bits to correct per ECC step | ||
21 | - nand-ecc-step-size: number of data bytes covered by a single ECC step | ||
22 | |||
23 | The following ECC strength and step size are currently supported: | ||
24 | |||
25 | - nand-ecc-strength = <1>, nand-ecc-step-size = <512> | ||
26 | - nand-ecc-strength = <4>, nand-ecc-step-size = <512> | ||
27 | - nand-ecc-strength = <8>, nand-ecc-step-size = <512> | ||
20 | 28 | ||
21 | Example: | 29 | Example: |
22 | 30 | ||