diff options
author | Bean Huo 霍斌斌 (beanhuo) <beanhuo@micron.com> | 2014-12-17 07:35:45 +0000 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-01-07 11:33:22 -0800 |
commit | 548cd3ab54da10f896daa7ca422236847a915734 (patch) | |
tree | b639d9d85db919c3ddfbf4be097cd25ab08f7e87 /drivers/mtd/bcm47xxpart.c | |
parent | ed0215cc3b5292fc0f4af70e29dc61fa2d0aa76c (diff) | |
download | blackbird-obmc-linux-548cd3ab54da10f896daa7ca422236847a915734.tar.gz blackbird-obmc-linux-548cd3ab54da10f896daa7ca422236847a915734.zip |
mtd: spi-nor: Add quad I/O support for Micron SPI NOR
This patch adds code which enables Quad I/O mode on Micron SPI NOR flashes.
For Micron SPI NOR flash, enabling or disabling quad I/O protocol can be
done By two methods, which are to use EVCR (Enhanced Volatile
Configuration Register) and the ENTER QUAD I/O MODE command. There is no
difference between these two methods. Unfortunately, for some Micron SPI
NOR flashes, there no ENTER Quad I/O command (35h), such as n25q064. But
for all current Micron SPI NOR, if it support quad I/O mode, using EVCR
definitely be supported. It is a recommended method to enable Quad I/O
mode by EVCR, Quad I/O protocol bit 7. When EVCR bit 7 is reset to 0,
the SPI NOR flash will operate in quad I/O mode.
This patch has been tested on N25Q512A and MT25TL256BAA1ESF. Micron SPI
NOR of spi_nor_ids[] table all support this method.
Signed-off-by: Bean Huo <beanhuo@micron.com>
Acked-by: Marek Vasut <marex@denx.de>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd/bcm47xxpart.c')
0 files changed, 0 insertions, 0 deletions