Message ID | 1503988940-20555-1-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | Accepted |
Commit | d8a10e7fac07c66772ab761e746e94a099094bb5 |
Headers | show |
Series | ARM: uniphier: set system bus pinmux for PXs3 | expand |
2017-08-29 15:42 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>: > The system bus is not enabled by default for NAND, eMMC boot > etc. of PXs3. > > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Series, applied to u-boot-uniphier.
diff --git a/arch/arm/mach-uniphier/sbc/sbc-pxs2.c b/arch/arm/mach-uniphier/sbc/sbc-pxs2.c index 342a086b7dfc..0e0ba27bd97b 100644 --- a/arch/arm/mach-uniphier/sbc/sbc-pxs2.c +++ b/arch/arm/mach-uniphier/sbc/sbc-pxs2.c @@ -16,4 +16,6 @@ void uniphier_pxs2_sbc_init(void) /* necessary for ROM boot ?? */ /* system bus output enable */ writel(0x17, PC0CTRL); + + uniphier_pin_init("system_bus_grp"); /* PXs3 */ }
The system bus is not enabled by default for NAND, eMMC boot etc. of PXs3. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- arch/arm/mach-uniphier/sbc/sbc-pxs2.c | 2 ++ 1 file changed, 2 insertions(+)