sh: sh7757: pinmux: Use driver-provided pinmux info
[deliverable/linux.git] / arch / sh / kernel / cpu / sh4a / pinmux-sh7757.c
CommitLineData
c01f0f1a 1/*
3810e960 2 * SH7757 (B0 step) Pinmux
c01f0f1a 3 *
3810e960 4 * Copyright (C) 2009-2010 Renesas Solutions Corp.
c01f0f1a
YS
5 *
6 * Author : Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
7 *
3810e960 8 * Based on SH7723 Pinmux
c01f0f1a
YS
9 * Copyright (C) 2008 Magnus Damm
10 *
11 * This file is subject to the terms and conditions of the GNU General Public
12 * License. See the file "COPYING" in the main directory of this archive
13 * for more details.
14 */
15
16#include <linux/init.h>
17#include <linux/kernel.h>
eb61b772 18#include <cpu/pfc.h>
c01f0f1a
YS
19
20static int __init plat_pinmux_setup(void)
21{
d0831feb 22 return sh_pfc_register("pfc-sh7757", NULL, 0);
c01f0f1a 23}
c01f0f1a 24arch_initcall(plat_pinmux_setup);
This page took 0.20193 seconds and 5 git commands to generate.