mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
mtd: spi-nor: boya: Support BY25Q64ESSIG
Change-Id: Ia670d98504a9bb1a2a9be5481b2186ecdabe1cce Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -11,6 +11,8 @@ static const struct flash_info boya_parts[] = {
|
||||
{ "BY25Q256FSEIG", INFO(0x684919, 0, 64 * 1024, 512)
|
||||
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ)
|
||||
FIXUP_FLAGS(SPI_NOR_4B_OPCODES) },
|
||||
{ "BY25Q64ESSIG", INFO(0x684017, 0, 64 * 1024, 128)
|
||||
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
|
||||
};
|
||||
|
||||
const struct spi_nor_manufacturer spi_nor_boya = {
|
||||
|
||||
Reference in New Issue
Block a user