diff options
author | Vincenzo Aliberti <vincenzo.aliberti@gmail.com> | 2014-05-16 01:19:32 +0400 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-05-21 04:45:17 +0400 |
commit | 96ba9dd65788a0bd2a7d1e57ec78b7642f0ccc25 (patch) | |
tree | 9d35ac11a5901f41cd0c316c373209ab9eb4098c /include/uapi/mtd | |
parent | 5a4c4c5eb1939fff1a95d0812d01731cdda3694a (diff) | |
download | linux-96ba9dd65788a0bd2a7d1e57ec78b7642f0ccc25.tar.xz |
mtd: lpddr: add driver for LPDDR2-NVM PCM memories
Signed-off-by: Vincenzo Aliberti <vincenzo.aliberti@gmail.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'include/uapi/mtd')
-rw-r--r-- | include/uapi/mtd/mtd-abi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/mtd/mtd-abi.h b/include/uapi/mtd/mtd-abi.h index e272ea060e38..763bb6950402 100644 --- a/include/uapi/mtd/mtd-abi.h +++ b/include/uapi/mtd/mtd-abi.h @@ -109,6 +109,7 @@ struct mtd_write_req { #define MTD_CAP_RAM (MTD_WRITEABLE | MTD_BIT_WRITEABLE | MTD_NO_ERASE) #define MTD_CAP_NORFLASH (MTD_WRITEABLE | MTD_BIT_WRITEABLE) #define MTD_CAP_NANDFLASH (MTD_WRITEABLE) +#define MTD_CAP_NVRAM (MTD_WRITEABLE | MTD_BIT_WRITEABLE | MTD_NO_ERASE) /* Obsolete ECC byte placement modes (used with obsolete MEMGETOOBSEL) */ #define MTD_NANDECC_OFF 0 // Switch off ECC (Not recommended) |