diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-11-05 06:50:06 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-11-10 09:43:12 +0900 |
commit | 062edd2bec2395353a5631a8648c33d4f850b7e5 (patch) | |
tree | 8e3cc7946267228b6b040a6cc3a0ab7fe561d3fc /arch/arm/include/asm/arch-rmobile/rmobile.h | |
parent | 11ada9225a16ed2d8ddbf0715a2416245a777cbc (diff) | |
download | u-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.h | 2 |
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 |