diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2013-11-14 22:25:28 +0100 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-01-03 20:22:12 +0100 |
commit | 776f265e279744e3f327ccd3e7eb378046311373 (patch) | |
tree | 545d7b8d0e0c225efdb0bc70fe59f066ab556760 /Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt | |
parent | mtd: nand: pxa3xx: Use waitfunc() to wait for the device to be ready (diff) | |
download | linux-776f265e279744e3f327ccd3e7eb378046311373.tar.xz linux-776f265e279744e3f327ccd3e7eb378046311373.zip |
mtd: nand: pxa3xx: Add bad block handling
Add support for flash-based bad block table using Marvell's
custom in-flash bad block table layout. The support is enabled
a 'flash_bbt' platform data or device tree parameter.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Tested-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt')
-rw-r--r-- | Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt b/Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt index bed83908edfe..86e0a5601ff5 100644 --- a/Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt +++ b/Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt @@ -15,6 +15,8 @@ Optional properties: - marvell,nand-keep-config: Set to keep the NAND controller config as set by the bootloader - num-cs: Number of chipselect lines to usw + - nand-on-flash-bbt: boolean to enable on flash bbt option if + not present false Example: |