diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-08-24 14:10:15 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-09-10 11:41:19 +0200 |
commit | d05c748bd73015aa4aa10bafc178fc2be46a02cb (patch) | |
tree | 34c59afc790a9f8a785ef5a87edf55639b5f52c4 /drivers/clk/sunxi-ng/Makefile | |
parent | aa152335174825fa4b4cd9af0564774b61857898 (diff) | |
download | op-kernel-dev-d05c748bd73015aa4aa10bafc178fc2be46a02cb.zip op-kernel-dev-d05c748bd73015aa4aa10bafc178fc2be46a02cb.tar.gz |
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>
Diffstat (limited to 'drivers/clk/sunxi-ng/Makefile')
-rw-r--r-- | drivers/clk/sunxi-ng/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/sunxi-ng/Makefile b/drivers/clk/sunxi-ng/Makefile index 462a5f8..4f7e99f 100644 --- a/drivers/clk/sunxi-ng/Makefile +++ b/drivers/clk/sunxi-ng/Makefile @@ -19,4 +19,5 @@ obj-$(CONFIG_SUNXI_CCU_MP) += ccu_mp.o # SoC support obj-$(CONFIG_SUN6I_A31_CCU) += ccu-sun6i-a31.o +obj-$(CONFIG_SUN8I_A33_CCU) += ccu-sun8i-a33.o obj-$(CONFIG_SUN8I_H3_CCU) += ccu-sun8i-h3.o |