Skip to content

Commit 08e31c0

Browse files
committed
HSD#15011972246: mtd: spi-nor: gigadevice: Add support for gd55lb02ge
Add support for Gigadevice GD551B02GE (256MB) Signed-off-by: Niravkumar L Rabara <[email protected]>
1 parent 0106af9 commit 08e31c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/mtd/spi-nor/gigadevice.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ static const struct flash_info gigadevice_parts[] = {
5050
SPI_NOR_4B_OPCODES | SPI_NOR_HAS_LOCK |
5151
SPI_NOR_HAS_TB | SPI_NOR_TB_SR_BIT6)
5252
.fixups = &gd25q256_fixups },
53+
{ "gd55lb02ge", INFO(0xc8671c, 0, 64 * 1024, 4096,
54+
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |
55+
SPI_NOR_4B_OPCODES | SPI_NOR_HAS_LOCK |
56+
SPI_NOR_HAS_TB) },
5357
};
5458

5559
const struct spi_nor_manufacturer spi_nor_gigadevice = {

0 commit comments

Comments
 (0)