diff mbox

bcma: support identifying MX25L25635F serial flash

Message ID 1452901712-22167-1-git-send-email-zajec5@gmail.com (mailing list archive)
State Accepted
Delegated to: Kalle Valo
Headers show

Commit Message

Rafał Miłecki Jan. 15, 2016, 11:48 p.m. UTC
It's a Macronix 32 MiB flash found on board with BCM47189 SoC.

Signed-off-by: Rafa? Mi?ecki <zajec5@gmail.com>
---
 drivers/bcma/driver_chipcommon_sflash.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Kalle Valo Feb. 6, 2016, 11:34 a.m. UTC | #1
Rafa? Mi?ecki <zajec5@gmail.com> writes:

> It's a Macronix 32 MiB flash found on board with BCM47189 SoC.
>
> Signed-off-by: Rafa? Mi?ecki <zajec5@gmail.com>

Manually applied to wireless-drivers-next.git, thanks.
diff mbox

Patch

diff --git a/drivers/bcma/driver_chipcommon_sflash.c b/drivers/bcma/driver_chipcommon_sflash.c
index 7e11ef4..04d706c 100644
--- a/drivers/bcma/driver_chipcommon_sflash.c
+++ b/drivers/bcma/driver_chipcommon_sflash.c
@@ -38,6 +38,7 @@  static const struct bcma_sflash_tbl_e bcma_sflash_st_tbl[] = {
 	{ "M25P32", 0x15, 0x10000, 64, },
 	{ "M25P64", 0x16, 0x10000, 128, },
 	{ "M25FL128", 0x17, 0x10000, 256, },
+	{ "MX25L25635F", 0x18, 0x10000, 512, },
 	{ NULL },
 };