mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
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>
This commit is contained in:
parent
28148b060d
commit
fcb2525d37
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue