diff options
| author | Dinesh Maniyam <dinesh.maniyam@intel.com> | 2025-02-27 00:18:17 +0800 |
|---|---|---|
| committer | Michael Trimarchi <michael@amarulasolutions.com> | 2025-03-15 10:35:00 +0100 |
| commit | ebc41cadc6bf9cdd092469c779557a40293b882e (patch) | |
| tree | f2d7f5c297d3e669b2b2b5c5c91d8d9eb7380049 /include/linux/mtd/rawnand.h | |
| parent | efb9cae1f1fa0e0d9185f943571a012ac9cb4b2a (diff) | |
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>
Diffstat (limited to 'include/linux/mtd/rawnand.h')
| -rw-r--r-- | include/linux/mtd/rawnand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/rawnand.h b/include/linux/mtd/rawnand.h index 2d85b392465..3bb0a3679f9 100644 --- a/include/linux/mtd/rawnand.h +++ b/include/linux/mtd/rawnand.h @@ -981,6 +981,7 @@ struct nand_chip { struct nand_bbt_descr *bbt_md; struct nand_bbt_descr *badblock_pattern; + int cur_cs; void *priv; |
