diff options
author | Wu, Josh <Josh.wu@atmel.com> | 2015-01-19 16:33:06 +0800 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-01-20 12:47:01 -0800 |
commit | 51585778f63adaadbc67399e172fcf11daa9f032 (patch) | |
tree | e3d933ed03654569a1bb6df9068d7d61f7b277f6 /Documentation/devicetree/bindings/mtd | |
parent | 267d46e635c575e9c8b2932d9617266e6e67ee99 (diff) | |
download | blackbird-op-linux-51585778f63adaadbc67399e172fcf11daa9f032.tar.gz blackbird-op-linux-51585778f63adaadbc67399e172fcf11daa9f032.zip |
mtd: atmel_nand: introduce a new compatible string for sama5d4 chip
Since in SAMA5D4 chip, the PMECC can correct bit flips in erased page.
So we add a DT property to indicate this hardware character.
If the PMECC support correct bitflip erased page (all data are 0xff).
Then we can use the PMECC correct the page and skip the erased page
check.
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/mtd')
-rw-r--r-- | Documentation/devicetree/bindings/mtd/atmel-nand.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mtd/atmel-nand.txt b/Documentation/devicetree/bindings/mtd/atmel-nand.txt index 1fe6dde98499..7d4c8eb775a5 100644 --- a/Documentation/devicetree/bindings/mtd/atmel-nand.txt +++ b/Documentation/devicetree/bindings/mtd/atmel-nand.txt @@ -1,7 +1,7 @@ Atmel NAND flash Required properties: -- compatible : "atmel,at91rm9200-nand". +- compatible : should be "atmel,at91rm9200-nand" or "atmel,sama5d4-nand". - reg : should specify localbus address and size used for the chip, and hardware ECC controller if available. If the hardware ECC is PMECC, it should contain address and size for |