From e02ec8cf49d0d4f651f74a0f577d05593e22094c Mon Sep 17 00:00:00 2001 From: Hai Pham Date: Sun, 28 Jan 2024 16:52:04 +0100 Subject: 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 Signed-off-by: Hai Pham --- arch/arm/mach-rmobile/cpu_info.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-rmobile/cpu_info.c') diff --git a/arch/arm/mach-rmobile/cpu_info.c b/arch/arm/mach-rmobile/cpu_info.c index 895c0f5336b..3d5d5ba79a9 100644 --- a/arch/arm/mach-rmobile/cpu_info.c +++ b/arch/arm/mach-rmobile/cpu_info.c @@ -78,6 +78,7 @@ static const struct { { RMOBILE_CPU_TYPE_R8A779A0, "R8A779A0" }, { RMOBILE_CPU_TYPE_R8A779F0, "R8A779F0" }, { RMOBILE_CPU_TYPE_R8A779G0, "R8A779G0" }, + { RMOBILE_CPU_TYPE_R8A779H0, "R8A779H0" }, { 0x0, "CPU" }, }; -- cgit v1.2.3