clk: sunxi: Add display and TCON0 clocks driver
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 25 Apr 2016 13:22:42 +0000 (15:22 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 12 May 2016 21:47:52 +0000 (14:47 -0700)
commit98b8525abb7f0d9a5ab942a2e044011d7e635490
tree50d827b216986059492effd907f25105fd2c66d4
parentd3da3eaef7f4d0317d01c08824b65e5aee1315ef
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>
Documentation/devicetree/bindings/clock/sunxi.txt
drivers/clk/sunxi/Makefile
drivers/clk/sunxi/clk-sun4i-display.c [new file with mode: 0644]