diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-04-25 15:22:42 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-05-12 14:47:52 -0700 |
commit | 98b8525abb7f0d9a5ab942a2e044011d7e635490 (patch) | |
tree | 50d827b216986059492effd907f25105fd2c66d4 /drivers/clk/sunxi/Makefile | |
parent | d3da3eaef7f4d0317d01c08824b65e5aee1315ef (diff) | |
download | blackbird-op-linux-98b8525abb7f0d9a5ab942a2e044011d7e635490.tar.gz blackbird-op-linux-98b8525abb7f0d9a5ab942a2e044011d7e635490.zip |
clk: sunxi: Add display and TCON0 clocks driver
The A10 SoCs and its relatives has a special clock controller to drive the
display engines (both frontend and backend), that have a lot in common with
the clock to drive the first TCON channel.
Add a driver to support both.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Rob Herring <robh@kernel.org>
[sboyd@codeaurora.org: Silence variable sized array warning]
Signed-off-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 2d77407a0037..39d2044a1f49 100644 --- a/drivers/clk/sunxi/Makefile +++ b/drivers/clk/sunxi/Makefile @@ -11,6 +11,7 @@ obj-y += clk-a10-ve.o obj-y += clk-a20-gmac.o obj-y += clk-mod0.o obj-y += clk-simple-gates.o +obj-y += clk-sun4i-display.o obj-y += clk-sun4i-pll3.o obj-y += clk-sun4i-tcon-ch1.o obj-y += clk-sun8i-bus-gates.o |