From ff2f03a0342550c24bc43c01ff27e40fc06de2ae Mon Sep 17 00:00:00 2001 From: Jagannadha Sutradharudu Teki Date: Thu, 25 Apr 2013 12:26:32 +0530 Subject: [PATCH] sf: spansion: Update the name for S25FL256S flash As the per the ID table the flash is under Uniform 64-kB sector architecture, hence updated the proper name. Signed-off-by: Jagannadha Sutradharudu Teki --- drivers/mtd/spi/spansion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/spi/spansion.c b/drivers/mtd/spi/spansion.c index 9243adb2496..4f394b1d802 100644 --- a/drivers/mtd/spi/spansion.c +++ b/drivers/mtd/spi/spansion.c @@ -101,7 +101,7 @@ static const struct spansion_spi_flash_params spansion_spi_flash_table[] = { .idcode2 = 0x4d01, .pages_per_sector = 256, .nr_sectors = 512, - .name = "S25FL256S", + .name = "S25FL256S_64K", }, }; -- 2.47.3