summaryrefslogtreecommitdiff
path: root/drivers/mtd/parsers/ofpart.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/parsers/ofpart.c')
-rw-r--r--drivers/mtd/parsers/ofpart.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mtd/parsers/ofpart.c b/drivers/mtd/parsers/ofpart.c
index 3caeabf27987..daf507c123e6 100644
--- a/drivers/mtd/parsers/ofpart.c
+++ b/drivers/mtd/parsers/ofpart.c
@@ -117,6 +117,9 @@ static int parse_fixed_partitions(struct mtd_info *master,
if (of_get_property(pp, "lock", &len))
parts[i].mask_flags |= MTD_POWERUP_LOCK;
+ if (of_property_read_bool(pp, "slc-mode"))
+ parts[i].add_flags |= MTD_SLC_ON_MLC_EMULATION;
+
i++;
}