summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2013-10-08 12:39:49 +0900
committerSimon Horman <horms+renesas@verge.net.au>2013-12-10 17:24:18 +0900
commit1a534ecec7cdf90e2089bb0ab7a77a8ccea3c4dc (patch)
tree5994ce83b4085f4694409b88ba4464d7f59ef4ca /arch/arm/mach-shmobile
parent06ac2a61e1559e5986b1e2269d110d51576ab8d4 (diff)
downloadop-kernel-dev-1a534ecec7cdf90e2089bb0ab7a77a8ccea3c4dc.zip
op-kernel-dev-1a534ecec7cdf90e2089bb0ab7a77a8ccea3c4dc.tar.gz
ARM: shmobile: Enable PFC/GPIO on the Koelsch board
Enable r8a7791 PFC and GPIO on the Koelsch board. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r--arch/arm/mach-shmobile/board-koelsch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-koelsch.c b/arch/arm/mach-shmobile/board-koelsch.c
index ace1711..d099eaf 100644
--- a/arch/arm/mach-shmobile/board-koelsch.c
+++ b/arch/arm/mach-shmobile/board-koelsch.c
@@ -30,6 +30,7 @@
static void __init koelsch_add_standard_devices(void)
{
r8a7791_clock_init();
+ r8a7791_pinmux_init();
r8a7791_add_standard_devices();
}
OpenPOWER on IntegriCloud