Commit a56be671 authored by Jerome Brunet's avatar Jerome Brunet Committed by Tudor Ambarus

mtd: spi-nor: add Gigadevice gd25lq128d support

Tested on the Amlogic aml-libretech-pc platform which does not support
dual or quad modes
Signed-off-by: default avatarJerome Brunet <jbrunet@baylibre.com>
[tudor.ambarus@microchip.com: order entry alphabetically]
Signed-off-by: default avatarTudor Ambarus <tudor.ambarus@microchip.com>
parent d1f4acb8
......@@ -2387,6 +2387,11 @@ static const struct flash_info spi_nor_ids[] = {
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |
SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB)
},
{
"gd25lq128d", INFO(0xc86018, 0, 64 * 1024, 256,
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |
SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB)
},
{
"gd25q128", INFO(0xc84018, 0, 64 * 1024, 256,
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment