Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[oweals/u-boot.git] / arch / arm / mach-uniphier / sbc / sbc-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 <linux/io.h>
8
9 #include "../init.h"
10 #include "../sg-regs.h"
11
12 int uniphier_sld3_sbc_init(const struct uniphier_board_data *bd)
13 {
14         sg_set_pinsel(99, 1, 4, 4);     /* GPIO26 -> EA24 */
15
16         return 0;
17 }