Re: [U-Boot] [PATCH] MTD: Add support for S25FL032P spi nor-flash

3 Dec
2010
3 Dec
'10
7:09 a.m.
This patch introduces an extra mask-field in spansion_spi_flash_params to support flash chips with 1-byte extended ID (like the S25FL032P).
Signed-off-by: David Jander david@protonic.nl
The extension ID has been checked with the datasheet.
http://www.spansion.com/Support/Datasheets/S25FL032P_00_05_e.pdf
at Table 9.2 Manufacturer & Device ID - RDID (JEDEC 9Fh): # Extended bytes: byte 3: 4Dh
However S25FL128P series has 2 extended bytes. http://www.spansion.com/Support/Datasheets/S25FL128P_00_08_e.pdf
drivers/mtd/spi/spansion.c | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-)
+#define SPSN_EXT_ID_S25FL032P 0x4d00
-- Best regards, Macpaul Lin
5270
Age (days ago)
5270
Last active (days ago)
0 comments
1 participants
participants (1)
-
Macpaul Lin