ARM: uniphier: move NAND reset assertion to U-Boot proper from SPL
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 14 Feb 2020 11:54:40 +0000 (20:54 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 27 Feb 2020 17:38:55 +0000 (02:38 +0900)
commitce4e9ff4d2366f7f55815305161ecdc444f5c010
treebc1d5ab5ae02d0a4d0c6bb18bcd3be0d256e180e
parentef5c7d6d5c5cfe146c848e67e042bab6ba150d43
ARM: uniphier: move NAND reset assertion to U-Boot proper from SPL

The comment /* deassert reset */ is wrong. It asserts the reset.

It no longer needs to stay in SPL. The NAND controller reset is
handled  in the driver. So, this assert can be moved to the
board_init() of U-Boot proper.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/Makefile
arch/arm/mach-uniphier/board_init.c
arch/arm/mach-uniphier/clk/clk-early-ld4.c
arch/arm/mach-uniphier/init.h
arch/arm/mach-uniphier/nand-reset.c [new file with mode: 0644]