clk: sunxi-ng: Add A33 CCU support
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 24 Aug 2016 12:10:15 +0000 (14:10 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sat, 10 Sep 2016 09:41:19 +0000 (11:41 +0200)
commitd05c748bd73015aa4aa10bafc178fc2be46a02cb
tree34c59afc790a9f8a785ef5a87edf55639b5f52c4
parentaa152335174825fa4b4cd9af0564774b61857898
clk: sunxi-ng: Add A33 CCU support

This commit introduces the clocks found in the Allwinner A33 CCU.

Since this SoC is very similar to the A23, and we share a significant share
of the DTSI, the clock IDs that are going to be used will also be shared
with the A23, hence the name of the various header files.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Documentation/devicetree/bindings/clock/sunxi-ccu.txt
drivers/clk/sunxi-ng/Kconfig
drivers/clk/sunxi-ng/Makefile
drivers/clk/sunxi-ng/ccu-sun8i-a23-a33.h [new file with mode: 0644]
drivers/clk/sunxi-ng/ccu-sun8i-a33.c [new file with mode: 0644]
include/dt-bindings/clock/sun8i-a23-a33-ccu.h [new file with mode: 0644]
include/dt-bindings/reset/sun8i-a23-a33-ccu.h [new file with mode: 0644]