summaryrefslogtreecommitdiffstats
path: root/drivers/clk/mediatek/Makefile
diff options
context:
space:
mode:
authorFabien Parent <fparent@baylibre.com>2019-03-23 22:16:02 +0100
committerStephen Boyd <sboyd@kernel.org>2019-04-25 23:36:58 +0200
commitdb077febb774b400cff461195106c1ea320497a4 (patch)
tree202af8845450222df4e91ae02369c1dacb04f203 /drivers/clk/mediatek/Makefile
parentdt-bindings: mediatek: apmixedsys: add support for MT8516 (diff)
downloadlinux-db077febb774b400cff461195106c1ea320497a4.tar.xz
linux-db077febb774b400cff461195106c1ea320497a4.zip
clk: mediatek: add clock driver for MT8516
Add the clock driver for the MT8516 SoC. Signed-off-by: Fabien Parent <fparent@baylibre.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/mediatek/Makefile')
-rw-r--r--drivers/clk/mediatek/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/mediatek/Makefile b/drivers/clk/mediatek/Makefile
index 3dc1b9f15ea2..f74937b35f68 100644
--- a/drivers/clk/mediatek/Makefile
+++ b/drivers/clk/mediatek/Makefile
@@ -44,3 +44,4 @@ obj-$(CONFIG_COMMON_CLK_MT8183_MFGCFG) += clk-mt8183-mfgcfg.o
obj-$(CONFIG_COMMON_CLK_MT8183_MMSYS) += clk-mt8183-mm.o
obj-$(CONFIG_COMMON_CLK_MT8183_VDECSYS) += clk-mt8183-vdec.o
obj-$(CONFIG_COMMON_CLK_MT8183_VENCSYS) += clk-mt8183-venc.o
+obj-$(CONFIG_COMMON_CLK_MT8516) += clk-mt8516.o