]> git.baikalelectronics.ru Git - uboot.git/commit
sunxi-nand: fix the PIO instead of DMA implementation
authorMarkus Hoffrogge <mhoffrogge@gmail.com>
Wed, 29 Jun 2022 23:26:39 +0000 (01:26 +0200)
committerAndre Przywara <andre.przywara@arm.com>
Mon, 18 Jul 2022 10:34:26 +0000 (11:34 +0100)
commit4ed991a92dea3def116788e26ba18296be2be010
tree1a55bb9dc07e67c57ae9c39246f26459516d60af
parente29388f234d007e5b83c72c902cbb99f07c63561
sunxi-nand: fix the PIO instead of DMA implementation

The sunxi nand SPL loader was broken at least for SUN4I,
SUN5I and SUN7I SOCs since the implementation change
from DMA to PIO usage - commit 9a50649.

Root cause for this issue is the NFC control flag NFC_CTL_RAM_METHOD
being set by method nand_apply_config.

This flag controls the bus being used for the NFCs internal RAM access.
It must be set for the DMA use case only.
See A33_Nand_Flash_Controller_Specification.pdf page 12.

This fix is tested by myself on a Cubietruck A20 board.
Others should test it on new generation SOCs as well.

Signed-off-by: Markus Hoffrogge <mhoffrogge@gmail.com>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
drivers/mtd/nand/raw/sunxi_nand_spl.c