diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-08-31 16:55:00 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-09-10 11:41:20 +0200 |
commit | 5690879d93e8d3706908ec2959b0905227e68cf1 (patch) | |
tree | e6b320167d54eece57a92f66dd809defd9c744d1 /drivers/clk/sunxi-ng/Makefile | |
parent | d05c748bd73015aa4aa10bafc178fc2be46a02cb (diff) | |
download | op-kernel-dev-5690879d93e8d3706908ec2959b0905227e68cf1.zip op-kernel-dev-5690879d93e8d3706908ec2959b0905227e68cf1.tar.gz |
clk: sunxi-ng: Add A23 CCU
Add support for the clock unit found in the A23. Due to the similarities
with the A33, it also shares its clock IDs to allow sharing the DTSI.
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 4f7e99f..106cba2 100644 --- a/drivers/clk/sunxi-ng/Makefile +++ b/drivers/clk/sunxi-ng/Makefile @@ -19,5 +19,6 @@ obj-$(CONFIG_SUNXI_CCU_MP) += ccu_mp.o # SoC support obj-$(CONFIG_SUN6I_A31_CCU) += ccu-sun6i-a31.o +obj-$(CONFIG_SUN8I_A23_CCU) += ccu-sun8i-a23.o obj-$(CONFIG_SUN8I_A33_CCU) += ccu-sun8i-a33.o obj-$(CONFIG_SUN8I_H3_CCU) += ccu-sun8i-h3.o |