diff options
| author | Hai Pham <hai.pham.ud@renesas.com> | 2023-02-28 22:34:45 +0100 |
|---|---|---|
| committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2023-04-07 17:13:28 +0200 |
| commit | 8f098fd623c6e0064ca5b5273225f9381630a68d (patch) | |
| tree | f560b68ef0e35d30d9d634c5a8bf30216e9bc403 /arch/arm/mach-rmobile/include/mach/rmobile.h | |
| parent | d1bbe1bedd903fa5e5568b8df9c1050d4adc1158 (diff) | |
ARM: renesas: Add R8A779F0 S4 Kconfig entry and PRR ID
Add Kconfig entry and PRR ID to support R8A779F0 S4 SoC.
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Signed-off-by: Hai Pham <hai.pham.ud@renesas.com>
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
[Marek: Update commit message]
Diffstat (limited to 'arch/arm/mach-rmobile/include/mach/rmobile.h')
| -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 af5db5c3fd3..75838441471 100644 --- a/arch/arm/mach-rmobile/include/mach/rmobile.h +++ b/arch/arm/mach-rmobile/include/mach/rmobile.h @@ -39,6 +39,7 @@ #define RMOBILE_CPU_TYPE_R8A77990 0x57 #define RMOBILE_CPU_TYPE_R8A77995 0x58 #define RMOBILE_CPU_TYPE_R8A779A0 0x59 +#define RMOBILE_CPU_TYPE_R8A779F0 0x5A #ifndef __ASSEMBLY__ const u8 *rzg_get_cpu_name(void); |
