diff options
author | Tero Kristo <t-kristo@ti.com> | 2013-09-13 20:22:27 +0300 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-01-17 12:35:17 -0800 |
commit | 6a369c584fbe98264458b9442e780f8078f2f7ad (patch) | |
tree | d80be958f33b501a128599a0e31bec400b51fa58 /drivers/clk/ti/Makefile | |
parent | 3cd4a596224565cff00b69a02d4b5fa7432ea6d3 (diff) | |
download | talos-obmc-linux-6a369c584fbe98264458b9442e780f8078f2f7ad.tar.gz talos-obmc-linux-6a369c584fbe98264458b9442e780f8078f2f7ad.zip |
clk: ti: add support for basic mux clock
ti,mux-clock provides now a binding for basic mux support. This is just
using the basic clock type.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/ti/Makefile')
-rw-r--r-- | drivers/clk/ti/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/ti/Makefile b/drivers/clk/ti/Makefile index ae7cd1e91cd2..d98a47fb13a4 100644 --- a/drivers/clk/ti/Makefile +++ b/drivers/clk/ti/Makefile @@ -1,5 +1,5 @@ ifneq ($(CONFIG_OF),) obj-y += clk.o autoidle.o clockdomain.o clk-common = dpll.o composite.o divider.o gate.o \ - fixed-factor.o + fixed-factor.o mux.o endif |