Re: [PATCH v8 2/6] mtd: rawnand: add an option to specify NAND chip as a boot device
From: Rob Herring <robh@kernel.org>
Date: 2018-06-25 14:47:58
Also in:
linux-tegra, lkml
From: Rob Herring <robh@kernel.org>
Date: 2018-06-25 14:47:58
Also in:
linux-tegra, lkml
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 <stefan@agner.ch> Reviewed-by: Boris Brezillon <redacted> --- Documentation/devicetree/bindings/mtd/nand.txt | 4 ++++
Acked-by: Rob Herring <robh@kernel.org>
drivers/mtd/nand/raw/nand_base.c | 3 +++ include/linux/mtd/rawnand.h | 6 ++++++ 3 files changed, 13 insertions(+)