On Sun, Jun 24, 2018 at 11:27:23PM +0200, Stefan Agner wrote: > Allow to define a NAND chip as a boot device. This can be helpful > for the selection of the ECC algorithm and strength in case the boot > ROM supports only a subset of controller provided options. > > Signed-off-by: Stefan Agner <[email protected]> > Reviewed-by: Boris Brezillon <[email protected]> > --- > Documentation/devicetree/bindings/mtd/nand.txt | 4 ++++
Acked-by: Rob Herring <[email protected]> > drivers/mtd/nand/raw/nand_base.c | 3 +++ > include/linux/mtd/rawnand.h | 6 ++++++ > 3 files changed, 13 insertions(+)

