ARM: shmobile: Enable PFC/GPIO on the Koelsch board
authorMagnus Damm <damm@opensource.se>
Tue, 8 Oct 2013 03:39:49 +0000 (12:39 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 10 Dec 2013 08:24:18 +0000 (17:24 +0900)
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>
arch/arm/mach-shmobile/board-koelsch.c

index ace1711..d099eaf 100644 (file)
@@ -30,6 +30,7 @@
 static void __init koelsch_add_standard_devices(void)
 {
        r8a7791_clock_init();
+       r8a7791_pinmux_init();
        r8a7791_add_standard_devices();
 }