]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - arch/sh/kernel/cpu/sh4a/pinmux-shx3.c
Merge tag 'sh-pinmux' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[mirror_ubuntu-focal-kernel.git] / arch / sh / kernel / cpu / sh4a / pinmux-shx3.c
1 /*
2 * SH-X3 prototype CPU pinmux
3 *
4 * Copyright (C) 2010 Paul Mundt
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 #include <linux/init.h>
11 #include <linux/kernel.h>
12 #include <cpu/pfc.h>
13
14 static int __init shx3_pinmux_setup(void)
15 {
16 return sh_pfc_register("pfc-shx3", NULL, 0);
17 }
18 arch_initcall(shx3_pinmux_setup);