diff options
author | Magnus Damm <damm@opensource.se> | 2013-10-07 23:39:49 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-10 03:24:18 -0500 |
commit | 1a534ecec7cdf90e2089bb0ab7a77a8ccea3c4dc (patch) | |
tree | 5994ce83b4085f4694409b88ba4464d7f59ef4ca /arch/arm/mach-shmobile/board-koelsch.c | |
parent | 06ac2a61e1559e5986b1e2269d110d51576ab8d4 (diff) |
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/board-koelsch.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-koelsch.c | 1 |
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 ace1711a6cd8..d099eaf49cf6 100644 --- a/arch/arm/mach-shmobile/board-koelsch.c +++ b/arch/arm/mach-shmobile/board-koelsch.c | |||
@@ -30,6 +30,7 @@ | |||
30 | static void __init koelsch_add_standard_devices(void) | 30 | static void __init koelsch_add_standard_devices(void) |
31 | { | 31 | { |
32 | r8a7791_clock_init(); | 32 | r8a7791_clock_init(); |
33 | r8a7791_pinmux_init(); | ||
33 | r8a7791_add_standard_devices(); | 34 | r8a7791_add_standard_devices(); |
34 | } | 35 | } |
35 | 36 | ||