sh: sh7785: pinmux: Use driver-provided pinmux info
[deliverable/linux.git] / arch / sh / kernel / cpu / sh4a / pinmux-sh7785.c
1 /*
2 * SH7785 Pinmux
3 *
4 * Copyright (C) 2008 Magnus Damm
5 *
6 * This file is subject to the terms and conditions of the GNU General Public
7 * License. See the file "COPYING" in the main directory of this archive
8 * for more details.
9 */
10
11 #include <linux/init.h>
12 #include <linux/kernel.h>
13 #include <cpu/pfc.h>
14
15 static int __init plat_pinmux_setup(void)
16 {
17 return sh_pfc_register("pfc-sh7785", NULL, 0);
18 }
19
20 arch_initcall(plat_pinmux_setup);
This page took 0.045542 seconds and 5 git commands to generate.