Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / arch / sh / kernel / cpu / sh4a / pinmux-sh7722.c
blob0dd5312f930b1e48091f1feffae65c7a21ce8269
1 // SPDX-License-Identifier: GPL-2.0
2 #include <linux/bug.h>
3 #include <linux/init.h>
4 #include <linux/kernel.h>
5 #include <linux/ioport.h>
6 #include <cpu/pfc.h>
8 static struct resource sh7722_pfc_resources[] = {
9 [0] = {
10 .start = 0xa4050100,
11 .end = 0xa405018f,
12 .flags = IORESOURCE_MEM,
16 static int __init plat_pinmux_setup(void)
18 return sh_pfc_register("pfc-sh7722", sh7722_pfc_resources,
19 ARRAY_SIZE(sh7722_pfc_resources));
21 arch_initcall(plat_pinmux_setup);