arm: socfpga: agilex: Add clock wrapper functions
[oweals/u-boot.git] / arch / arm / mach-socfpga / include / mach / clock_manager.h
index 6de7caef199636e8a7d34541cc6600e5480a44c0..c6830582a5ac99b849aa1db740ed9e1d6ce8ef02 100644 (file)
@@ -20,6 +20,8 @@ void cm_print_clock_quick_summary(void);
 #include <asm/arch/clock_manager_arria10.h>
 #elif defined(CONFIG_TARGET_SOCFPGA_STRATIX10)
 #include <asm/arch/clock_manager_s10.h>
+#elif defined(CONFIG_TARGET_SOCFPGA_AGILEX)
+#include <asm/arch/clock_manager_agilex.h>
 #endif
 
 #endif /* _CLOCK_MANAGER_H_ */