From: Rafał Miłecki Date: Fri, 15 Jan 2016 23:48:32 +0000 (+0100) Subject: bcma: support identifying MX25L25635F serial flash X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1b3b36b044939b438c4463e8bde8cd644ba82032;p=linux-beck.git bcma: support identifying MX25L25635F serial flash It's a Macronix 32 MiB flash found on board with BCM47189 SoC. Signed-off-by: Rafał Miłecki Signed-off-by: Kalle Valo --- diff --git a/drivers/bcma/driver_chipcommon_sflash.c b/drivers/bcma/driver_chipcommon_sflash.c index 7e11ef4cb7db..04d706ca5f43 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 }, };