diff options
author | Icenowy Zheng <icenowy@aosc.io> | 2018-03-16 22:02:13 +0800 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-03-18 21:17:07 +0100 |
commit | 524353ea480b0094c16f2b5684ce7e0a23ab3685 (patch) | |
tree | 362fa703e2db0fb47422dc4a001e2d06d91b5d98 /drivers/clk/sunxi-ng/Makefile | |
parent | 2e08e4d2ff488424919d69dd211ac860a019ac1d (diff) | |
download | op-kernel-dev-524353ea480b0094c16f2b5684ce7e0a23ab3685.zip op-kernel-dev-524353ea480b0094c16f2b5684ce7e0a23ab3685.tar.gz |
clk: sunxi-ng: add support for the Allwinner H6 CCU
The Allwinner H6 SoC has a CCU which has been largely rearranged.
Add support for it in the sunxi-ng CCU framework.
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
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 4141c3f..128a40e 100644 --- a/drivers/clk/sunxi-ng/Makefile +++ b/drivers/clk/sunxi-ng/Makefile @@ -22,6 +22,7 @@ lib-$(CONFIG_SUNXI_CCU) += ccu_mp.o # SoC support obj-$(CONFIG_SUN50I_A64_CCU) += ccu-sun50i-a64.o +obj-$(CONFIG_SUN50I_H6_CCU) += ccu-sun50i-h6.o obj-$(CONFIG_SUN4I_A10_CCU) += ccu-sun4i-a10.o obj-$(CONFIG_SUN5I_CCU) += ccu-sun5i.o obj-$(CONFIG_SUN6I_A31_CCU) += ccu-sun6i-a31.o |