diff options
author | Jit Loon Lim <jit.loon.lim@intel.com> | 2024-03-12 22:01:03 +0800 |
---|---|---|
committer | Tien Fong Chee <tien.fong.chee@intel.com> | 2024-03-18 14:45:47 +0800 |
commit | 386fca68960994ece0d9da8a69a14495b5f1aedf (patch) | |
tree | 880c6d852446a8fdcb47184986f92bb2812a2a6a /arch/arm/mach-socfpga/include/mach/clock_manager_agilex5.h | |
parent | 3f190c55a4211215914126b74357344342329943 (diff) |
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 <jit.loon.lim@intel.com>
Reviewed-by: Tien Fong Chee <tien.fong.chee@intel.com>
Diffstat (limited to 'arch/arm/mach-socfpga/include/mach/clock_manager_agilex5.h')
-rw-r--r-- | arch/arm/mach-socfpga/include/mach/clock_manager_agilex5.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-socfpga/include/mach/clock_manager_agilex5.h b/arch/arm/mach-socfpga/include/mach/clock_manager_agilex5.h new file mode 100644 index 00000000000..1ae0a926032 --- /dev/null +++ b/arch/arm/mach-socfpga/include/mach/clock_manager_agilex5.h @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * Copyright (C) 2024 Intel Corporation <www.intel.com> + */ + +#ifndef _CLOCK_MANAGER_AGILEX5_ +#define _CLOCK_MANAGER_AGILEX5_ + +#include <asm/arch/clock_manager_soc64.h> +#include "../../../../../drivers/clk/altera/clk-agilex5.h" + +#endif /* _CLOCK_MANAGER_AGILEX5_ */ |