summaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi-ng/Makefile
diff options
context:
space:
mode:
authorIcenowy Zheng <icenowy@aosc.xyz>2017-01-20 01:54:45 +0800
committerMaxime Ripard <maxime.ripard@free-electrons.com>2017-01-20 21:39:03 +0100
commitd0f11d14b0bc673db36e64814ac9cd1a17de09c9 (patch)
tree04947f3856ae9c2eec12237df00afd8f72b9c4a3 /drivers/clk/sunxi-ng/Makefile
parent4a9decc9a7649811b4c47cf5ab55acf374cd828d (diff)
downloadop-kernel-dev-d0f11d14b0bc673db36e64814ac9cd1a17de09c9.zip
op-kernel-dev-d0f11d14b0bc673db36e64814ac9cd1a17de09c9.tar.gz
clk: sunxi-ng: add support for V3s CCU
V3s has a similar but cut-down CCU to H3. Some muxes, especially clocks about CSI, are different, which makes it to need a new CCU driver. Add such a new driver for it. Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'drivers/clk/sunxi-ng/Makefile')
-rw-r--r--drivers/clk/sunxi-ng/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/sunxi-ng/Makefile b/drivers/clk/sunxi-ng/Makefile
index 24fbc6e..d1cd81a 100644
--- a/drivers/clk/sunxi-ng/Makefile
+++ b/drivers/clk/sunxi-ng/Makefile
@@ -23,3 +23,4 @@ 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
+obj-$(CONFIG_SUN8I_V3S_CCU) += ccu-sun8i-v3s.o
OpenPOWER on IntegriCloud