summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-rmobile/rmobile.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-06-24 17:10:02 +0900
committerNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-07-24 14:03:46 +0900
commitfafcfc5a98709c8e5547d0e327fd14f3da065d4f (patch)
treeee4edc810ce6145c65596c036923be0879706d6f /arch/arm/include/asm/arch-rmobile/rmobile.h
parent2f972a3c62f775dd662f1710416a065f5f001dd5 (diff)
downloadblackbird-obmc-uboot-fafcfc5a98709c8e5547d0e327fd14f3da065d4f.tar.gz
blackbird-obmc-uboot-fafcfc5a98709c8e5547d0e327fd14f3da065d4f.zip
arm: rmobile: Add support R8A7794
Renesas R8A7794 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 ebddd7a8fe..2cc38e1b5b 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_R8A7794)
+#include <asm/arch/r8a7794.h>
#else
#error "SOC Name not defined"
#endif
OpenPOWER on IntegriCloud