diff mbox

[06/08] ARM: shmobile: Enable PFC/GPIO on the Koelsch board

Message ID 20131008033949.20455.8834.sendpatchset@w520 (mailing list archive)
State New, archived
Headers show

Commit Message

Magnus Damm Oct. 8, 2013, 3:39 a.m. UTC
From: Magnus Damm <damm@opensource.se>

Enable r8a7791 PFC and GPIO on the Koelsch board.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 arch/arm/mach-shmobile/board-koelsch.c |    1 +
 1 file changed, 1 insertion(+)

Comments

Simon Horman Oct. 9, 2013, 2:32 a.m. UTC | #1
On Tue, Oct 08, 2013 at 12:39:49PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
> 
> Enable r8a7791 PFC and GPIO on the Koelsch board.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>

Thanks, I have queued this up.
diff mbox

Patch

--- 0001/arch/arm/mach-shmobile/board-koelsch.c
+++ work/arch/arm/mach-shmobile/board-koelsch.c	2013-10-07 13:46:36.000000000 +0900
@@ -30,6 +30,7 @@ 
 static void __init koelsch_add_standard_devices(void)
 {
 	r8a7791_clock_init();
+	r8a7791_pinmux_init();
 	r8a7791_add_standard_devices();
 }