summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAngus Clark <angus.clark@st.com>2014-03-26 16:39:19 +0000
committerBrian Norris <computersforpeace@gmail.com>2014-04-14 11:23:00 -0700
commit85bdcf6b255e5197be6a6876d663256e9c164a78 (patch)
tree8ca8546a637e0729f1040ca679d5d7405d10e72f /drivers
parent5d0bddab397ff705d66e6f87b61ea8abc3c62948 (diff)
downloadlinux-stable-85bdcf6b255e5197be6a6876d663256e9c164a78.tar.gz
linux-stable-85bdcf6b255e5197be6a6876d663256e9c164a78.tar.bz2
linux-stable-85bdcf6b255e5197be6a6876d663256e9c164a78.zip
mtd: st_spi_fsm: Add Spansion S25FL032P to device table
Add Spansion S25FL032P to the list of known devices. Signed-off-by: Angus Clark <angus.clark@st.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mtd/devices/st_spi_fsm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mtd/devices/st_spi_fsm.c b/drivers/mtd/devices/st_spi_fsm.c
index ced73b13f46b..a3d7334350d9 100644
--- a/drivers/mtd/devices/st_spi_fsm.c
+++ b/drivers/mtd/devices/st_spi_fsm.c
@@ -413,6 +413,8 @@ static struct flash_info flash_types[] = {
FLASH_FLAG_READ_1_4_4 | \
FLASH_FLAG_WRITE_1_1_4 | \
FLASH_FLAG_READ_FAST)
+ { "s25fl032p", 0x010215, 0x4d00, 64 * 1024, 64, S25FLXXXP_FLAG, 80,
+ stfsm_s25fl_config},
{ "s25fl129p0", 0x012018, 0x4d00, 256 * 1024, 64, S25FLXXXP_FLAG, 80,
stfsm_s25fl_config },
{ "s25fl129p1", 0x012018, 0x4d01, 64 * 1024, 256, S25FLXXXP_FLAG, 80,