On Thu, Jan 14, 2016 at 04:24:50PM +0100, Maxime Ripard wrote:
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
Documentation/devicetree/bindings/clock/sunxi.txt | 1 +
Acked-by: Rob Herring robh@kernel.org
drivers/clk/sunxi/Makefile | 1 + drivers/clk/sunxi/clk-sun4i-tcon-ch1.c | 154 ++++++++++++++++++++++ 3 files changed, 156 insertions(+) create mode 100644 drivers/clk/sunxi/clk-sun4i-tcon-ch1.c