diff options
author | Michael Tretter <m.tretter@pengutronix.de> | 2021-01-21 10:16:59 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2021-02-09 05:31:25 +0300 |
commit | a2fe7baa27a46533005bdf3580ca04f0276c175f (patch) | |
tree | 948be117dbddaddd0e7764a91848b6f637d2dcf0 /drivers/soc/xilinx/Makefile | |
parent | cd0cefa9c96bc0e12aa33d727554bee3fe5f1244 (diff) | |
download | linux-a2fe7baa27a46533005bdf3580ca04f0276c175f.tar.xz |
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/soc/xilinx/Makefile')
-rw-r--r-- | drivers/soc/xilinx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/soc/xilinx/Makefile b/drivers/soc/xilinx/Makefile index f66bfea5de17..9854e6f6086b 100644 --- a/drivers/soc/xilinx/Makefile +++ b/drivers/soc/xilinx/Makefile @@ -1,4 +1,3 @@ # SPDX-License-Identifier: GPL-2.0 -obj-$(CONFIG_XILINX_VCU) += xlnx_vcu.o obj-$(CONFIG_ZYNQMP_POWER) += zynqmp_power.o obj-$(CONFIG_ZYNQMP_PM_DOMAINS) += zynqmp_pm_domains.o |