aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/mtd/mtd-abi.h
diff options
context:
space:
mode:
authorVincenzo Aliberti <vincenzo.aliberti@gmail.com>2014-05-15 23:19:32 +0200
committerBrian Norris <computersforpeace@gmail.com>2014-05-20 17:45:17 -0700
commit96ba9dd65788a0bd2a7d1e57ec78b7642f0ccc25 (patch)
tree9d35ac11a5901f41cd0c316c373209ab9eb4098c /include/uapi/mtd/mtd-abi.h
parentmtd: Kconfig: give the CFI command set version in prompt and help (diff)
downloadlinux-dev-96ba9dd65788a0bd2a7d1e57ec78b7642f0ccc25.tar.xz
linux-dev-96ba9dd65788a0bd2a7d1e57ec78b7642f0ccc25.zip
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/mtd-abi.h')
-rw-r--r--include/uapi/mtd/mtd-abi.h1
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)