summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-05-29 17:30:10 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-05-31 02:56:02 +0900
commitfcb2525d373f7a5bab213e8a89681bd3b7d09c44 (patch)
tree9542e70e28fbc1e549608ea7589994ca1b8fe4db /arch
parent28148b060d69bc227aed44f0025e61a0ccd4f39a (diff)
downloadtalos-obmc-uboot-fcb2525d373f7a5bab213e8a89681bd3b7d09c44.tar.gz
talos-obmc-uboot-fcb2525d373f7a5bab213e8a89681bd3b7d09c44.zip
ARM: UniPhier: add pin mux setting for NAND CS1 of PH1-Pro4
The chip select 1 of the NAND controller is available if you want to use, although the pins are shared with UART port 2. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-uniphier/ph1-pro4/pinctrl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/ph1-pro4/pinctrl.c b/arch/arm/mach-uniphier/ph1-pro4/pinctrl.c
index 72cd34678d..2a5a296f88 100644
--- a/arch/arm/mach-uniphier/ph1-pro4/pinctrl.c
+++ b/arch/arm/mach-uniphier/ph1-pro4/pinctrl.c
@@ -27,6 +27,8 @@ void pin_init(void)
sg_set_pinsel(52, 0); /* XNFWP -> XNFWP */
sg_set_pinsel(53, 0); /* XNFCE0 -> XNFCE0 */
sg_set_pinsel(54, 0); /* NRYBY0 -> NRYBY0 */
+ /* sg_set_pinsel(131, 1); */ /* RXD2 -> NRYBY1 */
+ /* sg_set_pinsel(132, 1); */ /* TXD2 -> XNFCE1 */
#endif
#ifdef CONFIG_USB_XHCI_UNIPHIER
OpenPOWER on IntegriCloud