aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/Makefile
diff options
context:
space:
mode:
authorMichael Tretter <m.tretter@pengutronix.de>2021-01-21 08:16:59 +0100
committerStephen Boyd <sboyd@kernel.org>2021-02-08 18:31:25 -0800
commita2fe7baa27a46533005bdf3580ca04f0276c175f (patch)
tree948be117dbddaddd0e7764a91848b6f637d2dcf0 /drivers/clk/Makefile
parentsoc: xilinx: vcu: fix alignment to open parenthesis (diff)
downloadwireguard-linux-a2fe7baa27a46533005bdf3580ca04f0276c175f.tar.xz
wireguard-linux-a2fe7baa27a46533005bdf3580ca04f0276c175f.zip
clk: xilinx: move xlnx_vcu clock driver from soc
The xlnx_vcu driver is actually a clock controller driver which provides clocks that can be used by a driver for the encoder/decoder units. There is no reason to keep this driver in soc. Move the driver to clk. NOTE: The register mapping actually contains registers for AXI performance monitoring, but these are not used by the driver. Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> Acked-by: Michal Simek <michal.simek@xilinx.com> Link: https://lore.kernel.org/r/20210121071659.1226489-16-m.tretter@pengutronix.de Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/Makefile')
-rw-r--r--drivers/clk/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile
index dbdc590e7de3..074e2233f445 100644
--- a/drivers/clk/Makefile
+++ b/drivers/clk/Makefile
@@ -122,6 +122,7 @@ obj-y += versatile/
ifeq ($(CONFIG_COMMON_CLK), y)
obj-$(CONFIG_X86) += x86/
endif
+obj-y += xilinx/
obj-$(CONFIG_ARCH_ZX) += zte/
obj-$(CONFIG_ARCH_ZYNQ) += zynq/
obj-$(CONFIG_COMMON_CLK_ZYNQMP) += zynqmp/