We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999ff49 commit f503114Copy full SHA for f503114
drivers/mtd/spi-nor/boya.c
@@ -11,6 +11,8 @@ static const struct flash_info boya_parts[] = {
11
{ "BY25Q256FSEIG", INFO(0x684919, 0, 64 * 1024, 512)
12
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ)
13
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) },
16
};
17
18
const struct spi_nor_manufacturer spi_nor_boya = {
0 commit comments