summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-rmobile/gpio.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-11-05 06:50:06 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-11-10 09:43:12 +0900
commit062edd2bec2395353a5631a8648c33d4f850b7e5 (patch)
tree8e3cc7946267228b6b040a6cc3a0ab7fe561d3fc /arch/arm/include/asm/arch-rmobile/gpio.h
parent11ada9225a16ed2d8ddbf0715a2416245a777cbc (diff)
downloadu-boot-imx-062edd2bec2395353a5631a8648c33d4f850b7e5.zip
u-boot-imx-062edd2bec2395353a5631a8648c33d4f850b7e5.tar.gz
u-boot-imx-062edd2bec2395353a5631a8648c33d4f850b7e5.tar.bz2
arm: rmobile: Add support R8A7793
Renesas R8A7793 is CPU with Cortex-A15. This supports the basic register definition and GPIO and framework of PFC. Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Diffstat (limited to 'arch/arm/include/asm/arch-rmobile/gpio.h')
-rw-r--r--arch/arm/include/asm/arch-rmobile/gpio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-rmobile/gpio.h b/arch/arm/include/asm/arch-rmobile/gpio.h
index d25ea61..93b20af 100644
--- a/arch/arm/include/asm/arch-rmobile/gpio.h
+++ b/arch/arm/include/asm/arch-rmobile/gpio.h
@@ -13,6 +13,9 @@ void r8a7790_pinmux_init(void);
#elif defined(CONFIG_R8A7791)
#include "r8a7791-gpio.h"
void r8a7791_pinmux_init(void);
+#elif defined(CONFIG_R8A7793)
+#include "r8a7793-gpio.h"
+void r8a7793_pinmux_init(void);
#elif defined(CONFIG_R8A7794)
#include "r8a7794-gpio.h"
void r8a7794_pinmux_init(void);