mtd: nand: spi: Only one dummy byte in QUADIO
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 11 Feb 2021 12:05:47 +0000 (13:05 +0100)
committerJagan Teki <jagan@amarulasolutions.com>
Fri, 26 Feb 2021 10:31:29 +0000 (16:01 +0530)
commit12926f46fdf443144451416939074c688b2c43a4
tree4fd9d3c095fde5268138a622bcf9921fb24f0d38
parenta95d878adebe1e8cc06090c6a38a85ff73390e29
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: Reto Schneider <reto.schneider@husqvarnagroup.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Acked-by: Jagan Teki <jagan@amarulasolutions.com>
drivers/mtd/nand/spi/gigadevice.c