All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: uniphier: set system bus pinmux for PXs3
@ 2017-08-29  6:42 Masahiro Yamada
  2017-08-30  0:12 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2017-08-29  6:42 UTC (permalink / raw)
  To: u-boot

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(+)

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] ARM: uniphier: set system bus pinmux for PXs3
  2017-08-29  6:42 [U-Boot] [PATCH] ARM: uniphier: set system bus pinmux for PXs3 Masahiro Yamada
@ 2017-08-30  0:12 ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2017-08-30  0:12 UTC (permalink / raw)
  To: u-boot

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.

-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-30  0:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-29  6:42 [U-Boot] [PATCH] ARM: uniphier: set system bus pinmux for PXs3 Masahiro Yamada
2017-08-30  0:12 ` Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.