Skip to content
Snippets Groups Projects
Commit 21d4a3ca authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 9925df05
No related branches found
No related tags found
Loading
Loading
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