Skip to content

Commit 829ac35

Browse files
Carlo Caionekeveryang
authored andcommitted
UPSTREAM: sf: Add support for gd25q32b gigadevice flash
This flash IC is used in some chromebook models manufactured by Bitland. Change-Id: I40d9868d2a30ad8e28f8a06abb50130211fcf0c6 Signed-off-by: Carlo Caione <[email protected]> Reviewed-by: Jagan Teki <[email protected]> Signed-off-by: Jon Lin <[email protected]> (cherry picked from commit b1f2b72)
1 parent 0df07db commit 829ac35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mtd/spi/spi_flash_ids.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ const struct spi_flash_info spi_flash_ids[] = {
6464
#endif
6565
#ifdef CONFIG_SPI_FLASH_GIGADEVICE /* GIGADEVICE */
6666
{"gd25q64b", INFO(0xc84017, 0x0, 64 * 1024, 128, SECT_4K) },
67+
{"gd25q32b", INFO(0xc84016, 0x0, 64 * 1024, 64, SECT_4K) },
6768
{"gd25lq32", INFO(0xc86016, 0x0, 64 * 1024, 64, SECT_4K) },
6869
{"GD25Q256", INFO(0xc84019, 0x0, 64 * 1024, 512, RD_FULL | WR_QPP | SECT_4K)},
6970
#endif

0 commit comments

Comments
 (0)