Message ID | 20131008033949.20455.8834.sendpatchset@w520 (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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.
--- 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(); }