Skip to content

Commit f503114

Browse files
author
Jon Lin
committed
mtd: spi-nor: boya: Support BY25Q64ESSIG
Change-Id: Ia670d98504a9bb1a2a9be5481b2186ecdabe1cce Signed-off-by: Jon Lin <[email protected]>
1 parent 999ff49 commit f503114

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/mtd/spi-nor/boya.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ static const struct flash_info boya_parts[] = {
1111
{ "BY25Q256FSEIG", INFO(0x684919, 0, 64 * 1024, 512)
1212
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ)
1313
FIXUP_FLAGS(SPI_NOR_4B_OPCODES) },
14+
{ "BY25Q64ESSIG", INFO(0x684017, 0, 64 * 1024, 128)
15+
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
1416
};
1517

1618
const struct spi_nor_manufacturer spi_nor_boya = {

0 commit comments

Comments
 (0)