diff options
Diffstat (limited to 'drivers/mtd/maps/physmap_of.c')
-rw-r--r-- | drivers/mtd/maps/physmap_of.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mtd/maps/physmap_of.c b/drivers/mtd/maps/physmap_of.c index e828d58910f0..61e4eb48bb2d 100644 --- a/drivers/mtd/maps/physmap_of.c +++ b/drivers/mtd/maps/physmap_of.c | |||
@@ -362,6 +362,10 @@ static struct of_device_id of_flash_match[] = { | |||
362 | .data = (void *)"jedec_probe", | 362 | .data = (void *)"jedec_probe", |
363 | }, | 363 | }, |
364 | { | 364 | { |
365 | .compatible = "mtd-ram", | ||
366 | .data = (void *)"map_ram", | ||
367 | }, | ||
368 | { | ||
365 | .type = "rom", | 369 | .type = "rom", |
366 | .compatible = "direct-mapped" | 370 | .compatible = "direct-mapped" |
367 | }, | 371 | }, |