]> git.dujemihanovic.xyz Git - u-boot.git/commit
mtd: spi-nor: Add MT25U01G part number for SPI NOR Flash
authorJit Loon Lim <jit.loon.lim@intel.com>
Fri, 4 Aug 2023 02:27:12 +0000 (10:27 +0800)
committerJagan Teki <jagan@amarulasolutions.com>
Sat, 9 Dec 2023 11:09:03 +0000 (16:39 +0530)
commitbf41cb3d3098deb53940fa699b6b56fad9bd0fcc
treee298bd42b0451d337260acc703e1d2bae4f6f835
parent77f3b5e4ad6f305a9f2eba876d2ddbb894054b3b
mtd: spi-nor: Add MT25U01G part number for SPI NOR Flash

MT25QU01 OPN with 4B OPCODE support is currently not supported in
source code and the driver reuses the definition for "n25q00a"
which has the same silicon ID but is a slower part.

Adding mt25u01g definition to the source code to support a faster
read response for MT25QU01 QSPI NOR Flash device.

Signed-off-by: Jit Loon Lim <jit.loon.lim@intel.com>
[jagan: fix the id position and commit head]
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
drivers/mtd/spi/spi-nor-ids.c