]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/sh/kernel/cpu/sh4a/pinmux-sh7786.c
ARM i.MX53: set CLK_SET_RATE_PARENT flag on the tve_ext_sel clock
[karo-tx-linux.git] / arch / sh / kernel / cpu / sh4a / pinmux-sh7786.c
1 /*
2  * SH7786 Pinmux
3  *
4  * Copyright (C) 2008, 2009  Renesas Solutions Corp.
5  * Kuninori Morimoto <morimoto.kuninori@renesas.com>
6  *
7  *  Based on SH7785 pinmux
8  *
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>
18 #include <cpu/pfc.h>
19
20 static int __init plat_pinmux_setup(void)
21 {
22         return sh_pfc_register("pfc-sh7786", NULL, 0);
23 }
24
25 arch_initcall(plat_pinmux_setup);