linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mtd: spi-nor: s25sl064p supports both dual and quad I/O
@ 2015-08-14 16:42 Joachim Eastwood
  2015-09-02 21:10 ` Brian Norris
  0 siblings, 1 reply; 2+ messages in thread
From: Joachim Eastwood @ 2015-08-14 16:42 UTC (permalink / raw)
  To: computersforpeace; +Cc: dwmw2, linux-mtd, zajec5, Joachim Eastwood

This chip can be found on Hitex LPC4350 Evaluation Board.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
---

Based on mtd master.

 drivers/mtd/spi-nor/spi-nor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
index 47df4b5eae2f..ae705987ac54 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -606,7 +606,7 @@ static const struct spi_device_id spi_nor_ids[] = {
 	 * for the chips listed here (without boot sectors).
 	 */
 	{ "s25sl032p",  INFO(0x010215, 0x4d00,  64 * 1024,  64, SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
-	{ "s25sl064p",  INFO(0x010216, 0x4d00,  64 * 1024, 128, 0) },
+	{ "s25sl064p",  INFO(0x010216, 0x4d00,  64 * 1024, 128, SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
 	{ "s25fl256s0", INFO(0x010219, 0x4d00, 256 * 1024, 128, 0) },
 	{ "s25fl256s1", INFO(0x010219, 0x4d01,  64 * 1024, 512, SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
 	{ "s25fl512s",  INFO(0x010220, 0x4d00, 256 * 1024, 256, SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
-- 
1.8.0

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

* Re: [PATCH] mtd: spi-nor: s25sl064p supports both dual and quad I/O
  2015-08-14 16:42 [PATCH] mtd: spi-nor: s25sl064p supports both dual and quad I/O Joachim Eastwood
@ 2015-09-02 21:10 ` Brian Norris
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Norris @ 2015-09-02 21:10 UTC (permalink / raw)
  To: Joachim Eastwood; +Cc: dwmw2, linux-mtd, zajec5

On Fri, Aug 14, 2015 at 06:42:32PM +0200, Joachim Eastwood wrote:
> This chip can be found on Hitex LPC4350 Evaluation Board.
> 
> Signed-off-by: Joachim Eastwood <manabian@gmail.com>

Applied to l2-mtd.git

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

end of thread, other threads:[~2015-09-02 21:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-14 16:42 [PATCH] mtd: spi-nor: s25sl064p supports both dual and quad I/O Joachim Eastwood
2015-09-02 21:10 ` Brian Norris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).