drivers: mtd: nand: Add driver for Cadence Nand

Enable driver for Cadence NAND for the family
device agilex5. This driver is leveraged from the path
/drivers/mtd/nand/raw/cadence-nand-controller.c from the
stable version 6.11.2.

Signed-off-by: Dinesh Maniyam <dinesh.maniyam@intel.com>
This commit is contained in:
Dinesh Maniyam
2025-03-15 10:35:00 +01:00
committed by Michael Trimarchi
parent efb9cae1f1
commit ebc41cadc6
3 changed files with 2771 additions and 0 deletions
+1
View File
@@ -981,6 +981,7 @@ struct nand_chip {
struct nand_bbt_descr *bbt_md;
struct nand_bbt_descr *badblock_pattern;
int cur_cs;
void *priv;