Re: [U-Boot] [PATCH] ARM: uniphier: do not setup pins for System Bus on NAND boot mode

2016-10-07 Thread Masahiro Yamada
2016-09-26 13:13 GMT+09:00 Masahiro Yamada : > 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

[U-Boot] [PATCH] ARM: uniphier: do not setup pins for System Bus on NAND boot mode

2016-09-25 Thread Masahiro Yamada
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 --- arch/arm/mach-uniphier/init/init-ld11.c | 4 +++-