mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
mtd: spi-nor: gigadevice: Support New devices
gd55lb01ge Change-Id: I25d8d2a35877baaaf12bbb3c85d0a7b4d647e455 Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -67,6 +67,9 @@ static const struct flash_info gigadevice_parts[] = {
|
||||
{ "gd55b01ge", INFO(0xc8471b, 0, 64 * 1024, 2048,
|
||||
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |
|
||||
SPI_NOR_4B_OPCODES | SPI_NOR_HAS_LOCK) },
|
||||
{ "gd55lb01ge", INFO(0xc8671b, 0, 64 * 1024, 2048,
|
||||
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |
|
||||
SPI_NOR_4B_OPCODES | SPI_NOR_HAS_LOCK) },
|
||||
};
|
||||
|
||||
const struct spi_nor_manufacturer spi_nor_gigadevice = {
|
||||
|
||||
Reference in New Issue
Block a user