summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-sld3.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-04-28 15:37:16 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-05-01 01:13:45 +0900
commitbef4b024e9839ea7afe689b050fc95118eeb0b01 (patch)
treedc1c5f047d8b2dc01443ef4caceb920f334fe54a /arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-sld3.c
parent5eb4150e84e55057a3504b2cb06d7f5c145c866f (diff)
downloadtalos-obmc-uboot-bef4b024e9839ea7afe689b050fc95118eeb0b01.tar.gz
talos-obmc-uboot-bef4b024e9839ea7afe689b050fc95118eeb0b01.zip
ARM: uniphier: move pin-mux code into pin_init function
The code in uniphier_sld3_sbc_init() is pin-muxing, so it would be a better fit in uniphier_sld3_early_pin_init(). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-sld3.c')
-rw-r--r--arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-sld3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-sld3.c b/arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-sld3.c
index 22c07fbfe1..6c5d58f856 100644
--- a/arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-sld3.c
+++ b/arch/arm/mach-uniphier/early-pinctrl/early-pinctrl-sld3.c
@@ -22,5 +22,7 @@ int uniphier_sld3_early_pin_init(const struct uniphier_board_data *bd)
sg_set_pinsel(102, 2, 4, 4); /* TXD2 */
#endif
+ sg_set_pinsel(99, 1, 4, 4); /* GPIO26 -> EA24 */
+
return 0;
}
OpenPOWER on IntegriCloud