of/mtd/nand: add generic bindings and helpers
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sat, 28 Jan 2012 04:12:36 +0000 (12:12 +0800)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Thu, 15 Mar 2012 15:28:19 +0000 (23:28 +0800)
commit770d7c39af940da24dd4c2c048576d778ac0abd4
tree7cf7f6c89bcc1a8c4db93d695b80116962df4e04
parentfa4d34ccd0914ac87336ea2c17e9370dfecef286
of/mtd/nand: add generic bindings and helpers

- nand-ecc-mode : String, operation mode of the NAND ecc mode.
  Supported values are: "none", "soft", "hw", "hw_syndrome", "hw_oob_first",
  "soft_bch".
- nand-bus-width : 8 or 16 bus width if not present 8
- nand-on-flash-bbt: boolean to enable on flash bbt option if not present false

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Stefan Roese <sr@denx.de>
Documentation/devicetree/bindings/mtd/nand.txt [new file with mode: 0644]
drivers/of/Kconfig
drivers/of/Makefile
drivers/of/of_mtd.c [new file with mode: 0644]
include/linux/of_mtd.h [new file with mode: 0644]
This page took 0.032591 seconds and 5 git commands to generate.