diff options
author | Hai Pham <hai.pham.ud@renesas.com> | 2024-01-28 16:52:04 +0100 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-02-10 17:08:06 +0100 |
commit | e02ec8cf49d0d4f651f74a0f577d05593e22094c (patch) | |
tree | c85d04034f40c8780a09c301674c03d137f869a0 /arch/arm/mach-rmobile/include | |
parent | 995a857a013d797c9b2c28c142507309a470a078 (diff) |
ARM: renesas: Add R8A779H0 V4M Kconfig entry and PRR ID
Add Kconfig entry and PRR ID to support R8A779H0 V4M SoC.
Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>
Signed-off-by: Hai Pham <hai.pham.ud@renesas.com>
Diffstat (limited to 'arch/arm/mach-rmobile/include')
-rw-r--r-- | arch/arm/mach-rmobile/include/mach/rmobile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/include/mach/rmobile.h b/arch/arm/mach-rmobile/include/mach/rmobile.h index 88b8b78671..f0216210ba 100644 --- a/arch/arm/mach-rmobile/include/mach/rmobile.h +++ b/arch/arm/mach-rmobile/include/mach/rmobile.h @@ -43,6 +43,7 @@ #define RMOBILE_CPU_TYPE_R8A779A0 0x59 #define RMOBILE_CPU_TYPE_R8A779F0 0x5A #define RMOBILE_CPU_TYPE_R8A779G0 0x5C +#define RMOBILE_CPU_TYPE_R8A779H0 0x5D #define RMOBILE_CPU_TYPE_R9A07G044L 0x9A070440 #ifndef __ASSEMBLY__ |