]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: uniphier: do not setup pins for System Bus on NAND boot mode
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 26 Sep 2016 04:13:16 +0000 (13:13 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 10 Oct 2016 01:03:23 +0000 (10:03 +0900)
commitdacdb2402742a0365ca543798a349182872131b4
tree96175d1e6b0f6ed8fed9a8a9b7a89fc46a525092
parentf5fd45ff64e28a73499548358e3d1ceda0de7daf
ARM: uniphier: do not setup pins for System Bus on NAND boot mode

For LD11 and LD20 SoCs, the System Bus and NAND are multiplexed
in the same I/O pins.  When booting from a NAND device, pin-mux
for the System Bus must not be set-up because they are exclusive
with each other.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/init/init-ld11.c
arch/arm/mach-uniphier/init/init-ld20.c