diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2016-05-31 10:23:02 -0700 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | 2016-06-03 09:45:50 +0200 |
commit | decba6d47869f3b5f057df5add52ece92d8e3d22 (patch) | |
tree | 29381d797bb49b7e1b6350f3a1c539fd1d37a65e /Documentation/devicetree/bindings/mtd/brcm,brcmnand.txt | |
parent | cabfeaa67843bf8ddda819a6129e20472053310a (diff) | |
download | talos-obmc-linux-decba6d47869f3b5f057df5add52ece92d8e3d22.tar.gz talos-obmc-linux-decba6d47869f3b5f057df5add52ece92d8e3d22.zip |
mtd: brcmnand: Add v7.2 controller support
The 7.2 controller differs in a few area compared to its predecssor (7.1):
- NAND scrambler, which we are not using just yet
- higher ECC levels (up to 120 bits) per 1KB data blocks, also not supported yet
- up to 128B OOB
This patch adds the necessary code to support such a controller
generation and updates the Device Tree binding.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Kamal Dasu <kdasu.kdev@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'Documentation/devicetree/bindings/mtd/brcm,brcmnand.txt')
-rw-r--r-- | Documentation/devicetree/bindings/mtd/brcm,brcmnand.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mtd/brcm,brcmnand.txt b/Documentation/devicetree/bindings/mtd/brcm,brcmnand.txt index 7066597c9a81..b40f3a492800 100644 --- a/Documentation/devicetree/bindings/mtd/brcm,brcmnand.txt +++ b/Documentation/devicetree/bindings/mtd/brcm,brcmnand.txt @@ -27,6 +27,7 @@ Required properties: brcm,brcmnand-v6.2 brcm,brcmnand-v7.0 brcm,brcmnand-v7.1 + brcm,brcmnand-v7.2 brcm,brcmnand - reg : the register start and length for NAND register region. (optional) Flash DMA register range (if present) |