All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] sf: Add support for gd25q32b gigadevice flash
@ 2018-06-02 13:06 Carlo Caione
  2018-06-04 18:12 ` Jagan Teki
  0 siblings, 1 reply; 2+ messages in thread
From: Carlo Caione @ 2018-06-02 13:06 UTC (permalink / raw)
  To: u-boot

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(+)

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 */
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] sf: Add support for gd25q32b gigadevice flash
  2018-06-02 13:06 [U-Boot] [PATCH] sf: Add support for gd25q32b gigadevice flash Carlo Caione
@ 2018-06-04 18:12 ` Jagan Teki
  0 siblings, 0 replies; 2+ messages in thread
From: Jagan Teki @ 2018-06-04 18:12 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-04 18:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-02 13:06 [U-Boot] [PATCH] sf: Add support for gd25q32b gigadevice flash Carlo Caione
2018-06-04 18:12 ` Jagan Teki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.