提交 574926c5 编写于 作者: I Igor Grinberg 提交者: Brian Norris

mtd: m25p80: add support for m25px16

Add support for Micron m25px16 spi flash chip.
Signed-off-by: NIgor Grinberg <grinberg@compulab.co.il>
Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
上级 dcedf628
......@@ -998,6 +998,7 @@ static const struct spi_device_id m25p_ids[] = {
{ "m25pe80", INFO(0x208014, 0, 64 * 1024, 16, 0) },
{ "m25pe16", INFO(0x208015, 0, 64 * 1024, 32, SECT_4K) },
{ "m25px16", INFO(0x207115, 0, 64 * 1024, 32, SECT_4K) },
{ "m25px32", INFO(0x207116, 0, 64 * 1024, 64, SECT_4K) },
{ "m25px32-s0", INFO(0x207316, 0, 64 * 1024, 64, SECT_4K) },
{ "m25px32-s1", INFO(0x206316, 0, 64 * 1024, 64, SECT_4K) },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册