diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-07-01 15:48:37 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-04-22 00:29:24 +0200 |
commit | cc510c736b1b278a9925a4a051ecfa72ef8c21fc (patch) | |
tree | 06bce73a792b1e0d869d0d6b7d6ec1ae5953d6d6 /drivers/clk/sunxi/Makefile | |
parent | clk: sunxi: Add PLL3 clock (diff) | |
download | linux-cc510c736b1b278a9925a4a051ecfa72ef8c21fc.tar.xz linux-cc510c736b1b278a9925a4a051ecfa72ef8c21fc.zip |
clk: sunxi: Add TCON channel1 clock
The TCON is a controller generating the timings to output videos signals,
acting like both a CRTC and an encoder.
It has two channels depending on the output, each channel being driven by
its own clock (and own clock controller).
Add a driver for the channel 1 clock.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/sunxi/Makefile')
-rw-r--r-- | drivers/clk/sunxi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/sunxi/Makefile b/drivers/clk/sunxi/Makefile index e2f72797bd9a..2d77407a0037 100644 --- a/drivers/clk/sunxi/Makefile +++ b/drivers/clk/sunxi/Makefile @@ -12,6 +12,7 @@ obj-y += clk-a20-gmac.o obj-y += clk-mod0.o obj-y += clk-simple-gates.o obj-y += clk-sun4i-pll3.o +obj-y += clk-sun4i-tcon-ch1.o obj-y += clk-sun8i-bus-gates.o obj-y += clk-sun8i-mbus.o obj-y += clk-sun9i-core.o |