mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 11:06:41 -05:00
Add the new Clock manager driver to support new Agilex5 platform. The new driver got rid of the clk_parent_data structures as there are no 'clock-names' property in the DT bindings and use parent_names internally. This is based on the previous feedback from the maintainer. Signed-off-by: Ang Tien Sung <tiensung.ang@altera.com> Signed-off-by: Khairul Anuar Romli <khairul.anuar.romli@altera.com> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
7 lines
311 B
Makefile
7 lines
311 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_CLK_INTEL_SOCFPGA32) += clk.o clk-gate.o clk-pll.o clk-periph.o \
|
|
clk-pll-a10.o clk-periph-a10.o clk-gate-a10.o
|
|
obj-$(CONFIG_CLK_INTEL_SOCFPGA64) += clk-s10.o \
|
|
clk-pll-s10.o clk-periph-s10.o clk-gate-s10.o \
|
|
clk-agilex.o clk-agilex5.o
|