diff options
author | Magnus Damm <damm@opensource.se> | 2013-10-08 07:39:49 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-10 12:24:18 +0400 |
commit | 1a534ecec7cdf90e2089bb0ab7a77a8ccea3c4dc (patch) | |
tree | 5994ce83b4085f4694409b88ba4464d7f59ef4ca /arch/arm/mach-shmobile/board-koelsch.c | |
parent | 06ac2a61e1559e5986b1e2269d110d51576ab8d4 (diff) | |
download | linux-1a534ecec7cdf90e2089bb0ab7a77a8ccea3c4dc.tar.xz |
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 @@ static void __init koelsch_add_standard_devices(void) { r8a7791_clock_init(); + r8a7791_pinmux_init(); r8a7791_add_standard_devices(); } |