diff options
author | Magnus Damm <damm@opensource.se> | 2011-12-14 01:36:22 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-01-09 10:17:53 +0900 |
commit | 19c43fc53870e772084bb778f2bb3c949bf9a3b7 (patch) | |
tree | e8f0a1b72ae53595aa9a63d5bd3a1e9351584ec5 /arch/arm/mach-shmobile/board-marzen.c | |
parent | f411fade0085a0d2c080bd64e72e0aff55bcbd09 (diff) | |
download | talos-op-linux-19c43fc53870e772084bb778f2bb3c949bf9a3b7.tar.gz talos-op-linux-19c43fc53870e772084bb778f2bb3c949bf9a3b7.zip |
ARM: mach-shmobile: r8a7779 PFC GPIO-only support V2
Add GPIO-only r8a7779 PFC support V2.
Only regular GPIOs are supported at this time. GPIO_FN are not
supported because they require variable bit width support in be
the shared pfc code.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/board-marzen.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-marzen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-marzen.c b/arch/arm/mach-shmobile/board-marzen.c index d958cd49917f..0ea8b489e7e9 100644 --- a/arch/arm/mach-shmobile/board-marzen.c +++ b/arch/arm/mach-shmobile/board-marzen.c @@ -84,6 +84,8 @@ static void __init marzen_init_early(void) static void __init marzen_init(void) { + r8a7779_pinmux_init(); + r8a7779_add_standard_devices(); platform_add_devices(marzen_devices, ARRAY_SIZE(marzen_devices)); } |