From 386fca68960994ece0d9da8a69a14495b5f1aedf Mon Sep 17 00:00:00 2001 From: Jit Loon Lim Date: Tue, 12 Mar 2024 22:01:03 +0800 Subject: arch: arm: Agilex5 enablement This patch is to enable Agilex5 platform for Intel product. Changes, modification and new files are created for board, dts, configs and makefile to create the base for Agilex5. Signed-off-by: Jit Loon Lim Reviewed-by: Tien Fong Chee --- arch/arm/mach-socfpga/include/mach/clock_manager.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'arch/arm/mach-socfpga/include/mach/clock_manager.h') diff --git a/arch/arm/mach-socfpga/include/mach/clock_manager.h b/arch/arm/mach-socfpga/include/mach/clock_manager.h index a8cb07a1c47..6c9d32b9dd8 100644 --- a/arch/arm/mach-socfpga/include/mach/clock_manager.h +++ b/arch/arm/mach-socfpga/include/mach/clock_manager.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0+ */ /* - * Copyright (C) 2013-2017 Altera Corporation + * Copyright (C) 2013-2024 Altera Corporation */ #ifndef _CLOCK_MANAGER_H_ @@ -28,6 +28,8 @@ int cm_set_qspi_controller_clk_hz(u32 clk_hz); #include #elif defined(CONFIG_TARGET_SOCFPGA_AGILEX) #include +#elif IS_ENABLED(CONFIG_TARGET_SOCFPGA_AGILEX5) +#include #elif IS_ENABLED(CONFIG_TARGET_SOCFPGA_N5X) #include #endif -- cgit v1.2.3