1246dce0b3
Patches created from tree: git@github.com:danielschwierzeck/u-boot-lantiq.git v2013.10..u-boot-lantiq-v2013.10-openwrt4 Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> SVN-Revision: 40482
23 lines
926 B
Diff
23 lines
926 B
Diff
From d5aa0d4117a439803a3d074d2745372036d2a1eb Mon Sep 17 00:00:00 2001
|
|
From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
|
|
Date: Sun, 13 Oct 2013 15:35:34 +0200
|
|
Subject: sf: add support for EN25QH256
|
|
|
|
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
|
|
|
|
diff --git a/drivers/mtd/spi/sf_probe.c b/drivers/mtd/spi/sf_probe.c
|
|
index ac44287..7e87021 100644
|
|
--- a/drivers/mtd/spi/sf_probe.c
|
|
+++ b/drivers/mtd/spi/sf_probe.c
|
|
@@ -53,6 +53,7 @@ static const struct spi_flash_params spi_flash_params_table[] = {
|
|
{"EN25Q64", 0x1c3017, 0x0, 64 * 1024, 128, SECT_4K},
|
|
{"EN25Q128B", 0x1c3018, 0x0, 64 * 1024, 256, 0},
|
|
{"EN25S64", 0x1c3817, 0x0, 64 * 1024, 128, 0},
|
|
+ {"EN25QH256", 0x1c7019, 0x0, 64 * 1024, 512, 0},
|
|
#endif
|
|
#ifdef CONFIG_SPI_FLASH_GIGADEVICE /* GIGADEVICE */
|
|
{"GD25Q64B", 0xc84017, 0x0, 64 * 1024, 128, SECT_4K},
|
|
--
|
|
1.8.3.2
|
|
|