summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-rmobile/rmobile.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/rmobile.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/rmobile.h')
-rw-r--r--arch/arm/include/asm/arch-rmobile/rmobile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-rmobile/rmobile.h b/arch/arm/include/asm/arch-rmobile/rmobile.h
index 2cc38e1..65ee9eb 100644
--- a/arch/arm/include/asm/arch-rmobile/rmobile.h
+++ b/arch/arm/include/asm/arch-rmobile/rmobile.h
@@ -10,6 +10,8 @@
#include <asm/arch/r8a7790.h>
#elif defined(CONFIG_R8A7791)
#include <asm/arch/r8a7791.h>
+#elif defined(CONFIG_R8A7793)
+#include <asm/arch/r8a7793.h>
#elif defined(CONFIG_R8A7794)
#include <asm/arch/r8a7794.h>
#else