]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-uniphier/pinctrl/pinctrl-sld3.c
ARM: uniphier: remove ad-hoc pin-mux code for sLD3
[u-boot] / arch / arm / mach-uniphier / pinctrl / pinctrl-sld3.c
1 /*
2  * Copyright (C) 2011-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #include "../init.h"
8 #include "../sg-regs.h"
9
10 void uniphier_sld3_pin_init(void)
11 {
12 #ifdef CONFIG_NAND_DENALI
13         sg_set_pinsel(38, 1, 4, 4);     /* NFALE_GB, NFCLE_GB */
14         sg_set_pinsel(39, 1, 4, 4);     /* XNFRYBY0_GB */
15         sg_set_pinsel(40, 1, 4, 4);     /* XNFCE0_GB, XNFRE_GB, XNFWE_GB, XNFWP_GB */
16         sg_set_pinsel(41, 1, 4, 4);     /* XNFRYBY1_GB, XNFCE1_GB */
17         sg_set_pinsel(58, 1, 4, 4);     /* NFD[0-3]_GB */
18         sg_set_pinsel(59, 1, 4, 4);     /* NFD[4-7]_GB */
19 #endif
20 }