Skip to content
Snippets Groups Projects
Commit 12926f46 authored by Hauke Mehrtens's avatar Hauke Mehrtens Committed by Jagan Teki
Browse files

mtd: nand: spi: Only one dummy byte in QUADIO


The datasheet only lists one dummy byte in the 0xEB operation for the
following chips:
* GD5F1GQ4xExxG
* GD5F1GQ4xFxxG
* GD5F1GQ4UAYIG
* GD5F4GQ4UAYIG

Reto Schneider:
- Linux patch ported to U-Boot
- Checked for compatibility with GD5F1GQ4xBxxG
- Fixed operation code in original commit message (0xEH -> 0xEB)

Signed-off-by: default avatarReto Schneider <reto.schneider@husqvarnagroup.com>
Reviewed-by: default avatarStefan Roese <sr@denx.de>
Acked-by: default avatarJagan Teki <jagan@amarulasolutions.com>
parent a95d878a
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
#define GD5FXGQ4XEXXG_REG_STATUS2 0xf0
static SPINAND_OP_VARIANTS(read_cache_variants,
SPINAND_PAGE_READ_FROM_CACHE_QUADIO_OP(0, 2, NULL, 0),
SPINAND_PAGE_READ_FROM_CACHE_QUADIO_OP(0, 1, NULL, 0),
SPINAND_PAGE_READ_FROM_CACHE_X4_OP(0, 1, NULL, 0),
SPINAND_PAGE_READ_FROM_CACHE_DUALIO_OP(0, 1, NULL, 0),
SPINAND_PAGE_READ_FROM_CACHE_X2_OP(0, 1, NULL, 0),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment