On Tue, May 31, 2016 at 10:23:02AM -0700, Florian Fainelli wrote:
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 patchs adds the ncessary code to support such a controller
s/patchs/patch/
s/ncessary/necessary/
generation and updates the Device Tree binding.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
Changes in v2:
- fixed a bunch of conditionals on the versions which should
have been exclusive (spotted by Thomas)
.../devicetree/bindings/mtd/brcm,brcmnand.txt | 1 +
With those changes,
Acked-by: Rob Herring <robh@kernel.org>
drivers/mtd/nand/brcmnand/brcmnand.c | 91 ++++++++++++++++++----
2 files changed, 78 insertions(+), 14 deletions(-)