diff options
Diffstat (limited to 'roms/u-boot/arch/arm/mach-socfpga/include/mach/clock_manager_agilex.h')
-rw-r--r-- | roms/u-boot/arch/arm/mach-socfpga/include/mach/clock_manager_agilex.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/mach-socfpga/include/mach/clock_manager_agilex.h b/roms/u-boot/arch/arm/mach-socfpga/include/mach/clock_manager_agilex.h new file mode 100644 index 000000000..386e82a4e --- /dev/null +++ b/roms/u-boot/arch/arm/mach-socfpga/include/mach/clock_manager_agilex.h @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * Copyright (C) 2019 Intel Corporation <www.intel.com> + */ + +#ifndef _CLOCK_MANAGER_AGILEX_ +#define _CLOCK_MANAGER_AGILEX_ + +unsigned long cm_get_mpu_clk_hz(void); + +#include <asm/arch/clock_manager_soc64.h> +#include "../../../../../drivers/clk/altera/clk-agilex.h" + +#endif /* _CLOCK_MANAGER_AGILEX_ */ |