Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a534ece authored by Magnus Damm's avatar Magnus Damm Committed by Simon Horman
Browse files

ARM: shmobile: Enable PFC/GPIO on the Koelsch board



Enable r8a7791 PFC and GPIO on the Koelsch board.

Signed-off-by: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 06ac2a61
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@
static void __init koelsch_add_standard_devices(void)
{
	r8a7791_clock_init();
	r8a7791_pinmux_init();
	r8a7791_add_standard_devices();
}