diff options
author | Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com> | 2022-04-11 15:34:40 +0530 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2022-08-22 19:07:10 -0700 |
commit | c822490f52da4ae3ee5bf2b809c765ea9d8143f9 (patch) | |
tree | 1decb77d1b383e26518b5813795b034a2033120b /drivers/clk/xilinx/Makefile | |
parent | 35dbdcac516977cf88ccdd211827874b87077bb6 (diff) | |
download | linux-c822490f52da4ae3ee5bf2b809c765ea9d8143f9.tar.gz linux-c822490f52da4ae3ee5bf2b809c765ea9d8143f9.tar.bz2 linux-c822490f52da4ae3ee5bf2b809c765ea9d8143f9.zip |
clk: clocking-wizard: Move clocking-wizard out
Add clocking wizard driver to clk.
And delete the driver from the staging as it is in drivers/clk.
Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Link: https://lore.kernel.org/r/20220411100443.15132-3-shubhrajyoti.datta@xilinx.com
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/xilinx/Makefile')
-rw-r--r-- | drivers/clk/xilinx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/xilinx/Makefile b/drivers/clk/xilinx/Makefile index dee8fd51e303..7ac1789c6b1b 100644 --- a/drivers/clk/xilinx/Makefile +++ b/drivers/clk/xilinx/Makefile @@ -1,2 +1,3 @@ # SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_XILINX_VCU) += xlnx_vcu.o +obj-$(CONFIG_COMMON_CLK_XLNX_CLKWZRD) += clk-xlnx-clock-wizard.o |