Skip to content

Commit 999ff49

Browse files
author
Jon Lin
committed
mtd: spi-nor: puya: Support PY25Q256LC
Change-Id: I99a39fc0cf86477aa97e4eb555856d8f6a0e9e77 Signed-off-by: Jon Lin <[email protected]>
1 parent 9764ff4 commit 999ff49

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/mtd/spi-nor/puya.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ static const struct flash_info puya_parts[] = {
2626
{ "PY25Q128LA", INFO(0x856518, 0, 64 * 1024, 256)
2727
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ |
2828
SPI_NOR_QUAD_READ) },
29+
{ "PY25Q256LC", INFO(0x856519, 0, 64 * 1024, 512)
30+
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ)
31+
FIXUP_FLAGS(SPI_NOR_4B_OPCODES) },
2932
};
3033

3134
const struct spi_nor_manufacturer spi_nor_puya = {

0 commit comments

Comments
 (0)