2 * SH-X3 prototype CPU pinmux
4 * Copyright (C) 2010 Paul Mundt
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
10 #include <linux/bug.h>
11 #include <linux/init.h>
12 #include <linux/kernel.h>
13 #include <linux/ioport.h>
16 static struct resource shx3_pfc_resources
[] = {
20 .flags
= IORESOURCE_MEM
,
24 static int __init
plat_pinmux_setup(void)
26 return sh_pfc_register("pfc-shx3", shx3_pfc_resources
,
27 ARRAY_SIZE(shx3_pfc_resources
));
29 arch_initcall(plat_pinmux_setup
);