diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-08-29 06:42:20 (GMT) |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-08-30 00:07:04 (GMT) |
commit | d8a10e7fac07c66772ab761e746e94a099094bb5 (patch) | |
tree | 6d8e866bcfeea6000403c22b15580883a736b501 /arch | |
parent | b173c19663c5bbfba1cbfa66c58ddbab60634db4 (diff) | |
download | u-boot-d8a10e7fac07c66772ab761e746e94a099094bb5.tar.xz |
ARM: uniphier: set system bus pinmux for 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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-uniphier/sbc/sbc-pxs2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/sbc/sbc-pxs2.c b/arch/arm/mach-uniphier/sbc/sbc-pxs2.c index 342a086..0e0ba27 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 */ } |