From 62d0b6bab1d646b354ceecbce668d56f6dc33849 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Fri, 20 Jul 2012 13:07:43 +0900 Subject: arm: rmobile: Add support PFC of Renesas R8A7740 Renesas R8A7740 has GPIO based PFC. This privode framework of PFC. The code included in this base from linux kernel. Signed-off-by: Hideyuki Sano Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Nobuhiro Iwamatsu --- arch/arm/include/asm/arch-rmobile/gpio.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/arm/include/asm/arch-rmobile/gpio.h') diff --git a/arch/arm/include/asm/arch-rmobile/gpio.h b/arch/arm/include/asm/arch-rmobile/gpio.h index 8d3f10e..6b5e4ed 100644 --- a/arch/arm/include/asm/arch-rmobile/gpio.h +++ b/arch/arm/include/asm/arch-rmobile/gpio.h @@ -4,6 +4,9 @@ #if defined(CONFIG_SH73A0) #include "sh73a0-gpio.h" void sh73a0_pinmux_init(void); +#elif defined(CONFIG_R8A7740) +#include "r8a7740-gpio.h" +void r8a7740_pinmux_init(void); #endif #endif /* __ASM_ARCH_GPIO_H */ -- cgit v1.1