Skip to content

Commit 5f1586c

Browse files
rabaraDinh Nguyen
authored andcommitted
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 150a7b4 commit 5f1586c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/mtd/spi-nor/gigadevice.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ static const struct flash_info gigadevice_nor_parts[] = {
6767
FLAGS(SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB | SPI_NOR_TB_SR_BIT6)
6868
FIXUP_FLAGS(SPI_NOR_4B_OPCODES)
6969
.fixups = &gd25q256_fixups },
70+
{ "gd55lb02ge", INFO(0xc8671c, 0, 64 * 1024, 4096)
71+
PARSE_SFDP
72+
FLAGS(SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB | SPI_NOR_TB_SR_BIT6)},
7073
};
7174

7275
const struct spi_nor_manufacturer spi_nor_gigadevice = {

0 commit comments

Comments
 (0)