summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-uniphier/sbc/sbc-sld3.c
blob: ac9d0301be4b4849874e39d5fa048121ed31155b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (C) 2011-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#include <linux/io.h>

#include "../init.h"
#include "../sg-regs.h"

int uniphier_sld3_sbc_init(const struct uniphier_board_data *bd)
{
	sg_set_pinsel(99, 1, 4, 4);	/* GPIO26 -> EA24 */

	return 0;
}
OpenPOWER on IntegriCloud