projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06ac2a6
)
ARM: shmobile: Enable PFC/GPIO on the Koelsch board
author
Magnus Damm
<damm@opensource.se>
Tue, 8 Oct 2013 03:39:49 +0000
(12:39 +0900)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/board-koelsch.c
b/arch/arm/mach-shmobile/board-koelsch.c
index ace1711a6cd83b1b8dcde8aead16a97156d72c8d..d099eaf49cf61f1c02105427213ac71be6ac0f07 100644
(file)
--- 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();
}