clk: sunxi: Add VE (Video Engine) module clock driver for sun[457]i
authorChen-Yu Tsai <wens@csie.org>
Sat, 5 Dec 2015 13:16:43 +0000 (21:16 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 8 Dec 2015 10:05:27 +0000 (11:05 +0100)
commit3cdd9f5c4953465abb87ec757159cc0576ae6b0a
tree9304b707c35d6f0e650ecf7e97cfbaa7098382a9
parentab6e23a4e388f5f2696b8e92c350f845142da118
clk: sunxi: Add VE (Video Engine) module clock driver for sun[457]i

The video engine has its own special module clock, consisting of a clock
gate, configurable dividers, and a reset control.

On later (sun[68]i) families, the reset control is moved out of this
piece of hardware and grouped with reset controls of other peripherals.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Tested-by: Jens Kuske <jenskuske@gmail.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Documentation/devicetree/bindings/clock/sunxi.txt
drivers/clk/sunxi/Makefile
drivers/clk/sunxi/clk-a10-ve.c [new file with mode: 0644]