diff options
author | Peng Fan <peng.fan@nxp.com> | 2019-07-31 07:01:54 +0000 |
---|---|---|
committer | Lukasz Majewski <lukma@denx.de> | 2019-07-31 09:20:51 +0200 |
commit | 00097635888f9104da7f7cceaf1858ec8987e86f (patch) | |
tree | c45314cb2412a6bf8f19622274c9ce509c913991 /drivers/clk/Makefile | |
parent | d669d1ae03977c70a4adb8a085cbfd701ae95b28 (diff) | |
download | u-boot-00097635888f9104da7f7cceaf1858ec8987e86f.tar.gz u-boot-00097635888f9104da7f7cceaf1858ec8987e86f.tar.bz2 u-boot-00097635888f9104da7f7cceaf1858ec8987e86f.zip |
clk: add composite clk support
Import clk composite clk support from Linux Kernel 5.1-rc5
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'drivers/clk/Makefile')
-rw-r--r-- | drivers/clk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile index 39154eca59..68aabe1ca9 100644 --- a/drivers/clk/Makefile +++ b/drivers/clk/Makefile @@ -9,6 +9,7 @@ obj-$(CONFIG_$(SPL_TPL_)CLK) += clk_fixed_rate.o obj-$(CONFIG_$(SPL_TPL_)CLK) += clk_fixed_factor.o obj-$(CONFIG_$(SPL_TPL_)CLK_CCF) += clk.o clk-divider.o clk-mux.o clk-gate.o obj-$(CONFIG_$(SPL_TPL_)CLK_CCF) += clk-fixed-factor.o +obj-$(CONFIG_$(SPL_TPL_)CLK_COMPOSITE_CCF) += clk-composite.o obj-y += analogbits/ obj-y += imx/ |