Files
u-boot/drivers
Masahiro Yamada 21d4a3ca54 mtd: rawnand: denali_dt: insert udelay() after reset deassert
When the reset signal is de-asserted, the HW-controlled bootstrap
starts running unless it is disabled in the SoC integration.
It issues some commands to detect a NAND chip, and sets up registers
automatically. Until this process finishes, software should avoid
any register access.

Without this delay function, some of UniPhier boards hangs up while
executing nand_scan_ident(). (denali_read_byte() is blocked)

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2020-02-01 01:14:32 +09:00
..
2019-12-02 18:23:09 -05:00
2020-01-25 12:04:36 -05:00
2020-01-07 14:37:50 +01:00
2020-01-24 23:06:48 +05:30
2019-08-07 15:31:04 -04:00
2019-11-01 16:45:40 +03:00
2020-01-10 14:18:26 -05:00