diff mbox series

ARM: uniphier: set system bus pinmux for PXs3

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

Commit Message

Masahiro Yamada Aug. 29, 2017, 6:42 a.m. UTC
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(+)

Comments

Masahiro Yamada Aug. 30, 2017, 12:12 a.m. UTC | #1
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 mbox series

Patch

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 */
 }