]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/sh/kernel/cpu/sh2a/pinmux-sh7203.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 / sh2a / pinmux-sh7203.c
CommitLineData
41e4a9a5
MD
1/*
2 * SH7203 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>
b768ecbc 13#include <cpu/pfc.h>
41e4a9a5
MD
14
15static int __init plat_pinmux_setup(void)
16{
676e4278 17 return sh_pfc_register("pfc-sh7203", NULL, 0);
41e4a9a5 18}
41e4a9a5 19arch_initcall(plat_pinmux_setup);