diff mbox

mtd: m25p80: Add support for Winbond W25Q80BW

Message ID 1336516494-22791-1-git-send-email-thomas.abraham@linaro.org
State Accepted
Commit 4fba37aec7e43f7c80a89425cc820622fcf07464
Headers show

Commit Message

Thomas Abraham May 8, 2012, 10:34 p.m. UTC
Winbond W25Q80BW is a 8Mbit serial flash memory device.

Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
---
 drivers/mtd/devices/m25p80.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Artem Bityutskiy May 11, 2012, 11:24 a.m. UTC | #1
On Wed, 2012-05-09 at 04:04 +0530, Thomas Abraham wrote:
> Winbond W25Q80BW is a 8Mbit serial flash memory device.
> 
> Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>

Pushed to l2-mtd.git, thanks!
diff mbox

Patch

diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
index 1924d24..dbd44b1 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -728,6 +728,7 @@  static const struct spi_device_id m25p_ids[] = {
 	{ "w25q32", INFO(0xef4016, 0, 64 * 1024,  64, SECT_4K) },
 	{ "w25x64", INFO(0xef3017, 0, 64 * 1024, 128, SECT_4K) },
 	{ "w25q64", INFO(0xef4017, 0, 64 * 1024, 128, SECT_4K) },
+	{ "w25q80", INFO(0xef5014, 0, 64 * 1024,  16, SECT_4K) },
 
 	/* Catalyst / On Semiconductor -- non-JEDEC */
 	{ "cat25c11", CAT25_INFO(  16, 8, 16, 1) },