From: Magnus Damm Date: Tue, 8 Oct 2013 03:39:49 +0000 (+0900) Subject: ARM: shmobile: Enable PFC/GPIO on the Koelsch board X-Git-Tag: firefly_0821_release~176^2~4587^2~5^2~24 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1a534ecec7cdf90e2089bb0ab7a77a8ccea3c4dc;p=firefly-linux-kernel-4.4.55.git ARM: shmobile: Enable PFC/GPIO on the Koelsch board Enable r8a7791 PFC and GPIO on the Koelsch board. Signed-off-by: Magnus Damm Signed-off-by: Simon Horman --- 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(); }