mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
c168fc71a3
Add clock manager driver for Agilex. Provides clock initialization and get_rate functions. agilex-clock.h is from Linux commit ID cd2e1ad12247. Signed-off-by: Chee Hong Ang <chee.hong.ang@intel.com> Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com> Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
7 lines
196 B
Makefile
7 lines
196 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2018 Marek Vasut <marex@denx.de>
|
|
#
|
|
|
|
obj-$(CONFIG_TARGET_SOCFPGA_AGILEX) += clk-agilex.o
|
|
obj-$(CONFIG_TARGET_SOCFPGA_ARRIA10) += clk-arria10.o
|