提交 b9c9e788 编写于 作者: M Michael Hennerich 提交者: Bryan Wu

[Blackfin] arch: Fix BUG - spi flash on bf527 ezkit would fail at mount

BF527-EZKit features 16MBit M25P16 flash
Signed-off-by: NMichael Hennerich <michael.hennerich@analog.com>
Signed-off-by: NBryan Wu <cooloney@kernel.org>
上级 72268689
......@@ -477,7 +477,7 @@ static struct flash_platform_data bfin_spi_flash_data = {
.name = "m25p80",
.parts = bfin_spi_flash_partitions,
.nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions),
.type = "m25p64",
.type = "m25p16",
};
/* SPI flash chip (m25p64) */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册