diff mbox series

[U-Boot] sf: Add support for gd25q32b gigadevice flash

Message ID 20180602130617.30542-1-carlo@caione.org
State Accepted
Commit b1f2b72e39465f2d4582bb4d8c426489ee94e2d9
Delegated to: Jagannadha Sutradharudu Teki
Headers show
Series [U-Boot] sf: Add support for gd25q32b gigadevice flash | expand

Commit Message

Carlo Caione June 2, 2018, 1:06 p.m. UTC
From: Carlo Caione <carlo@endlessm.com>

This flash IC is used in some chromebook models manufactured by Bitland.

Signed-off-by: Carlo Caione <carlo@endlessm.com>
---
 drivers/mtd/spi/spi_flash_ids.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Jagan Teki June 4, 2018, 6:12 p.m. UTC | #1
On Sat, Jun 2, 2018 at 6:36 PM, Carlo Caione <carlo@caione.org> wrote:
> From: Carlo Caione <carlo@endlessm.com>
>
> This flash IC is used in some chromebook models manufactured by Bitland.
>
> Signed-off-by: Carlo Caione <carlo@endlessm.com>
> ---

Applied to u-boot-spi/master
diff mbox series

Patch

diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_flash_ids.c
index 5d146e36c6..c45d2e80be 100644
--- a/drivers/mtd/spi/spi_flash_ids.c
+++ b/drivers/mtd/spi/spi_flash_ids.c
@@ -63,6 +63,7 @@  const struct spi_flash_info spi_flash_ids[] = {
 #endif
 #ifdef CONFIG_SPI_FLASH_GIGADEVICE	/* GIGADEVICE */
 	{"gd25q64b",	   INFO(0xc84017, 0x0, 64 * 1024,   128, SECT_4K) },
+	{"gd25q32b",       INFO(0xc84016, 0x0, 64 * 1024,    64, SECT_4K) },
 	{"gd25lq32",	   INFO(0xc86016, 0x0, 64 * 1024,    64, SECT_4K) },
 #endif
 #ifdef CONFIG_SPI_FLASH_ISSI		/* ISSI */