aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/mediatek/Makefile
diff options
context:
space:
mode:
authorGarmin.Chang <Garmin.Chang@mediatek.com>2023-03-31 20:36:07 +0800
committerStephen Boyd <sboyd@kernel.org>2023-03-31 11:51:21 -0700
commitfce4c7a22861eb374eac86b7f3d0642878182df0 (patch)
treecd427da62475de10429ea2f241165fd5325f6ed8 /drivers/clk/mediatek/Makefile
parentclk: mediatek: Add MT8188 peripheral clock support (diff)
downloadwireguard-linux-fce4c7a22861eb374eac86b7f3d0642878182df0.tar.xz
wireguard-linux-fce4c7a22861eb374eac86b7f3d0642878182df0.zip
clk: mediatek: Add MT8188 infrastructure clock support
Add MT8188 infrastructure clock controller which provides clock gate control for basic IP like pwm, uart, spi and so on. Signed-off-by: Garmin.Chang <Garmin.Chang@mediatek.com> Reviewed-by: Chen-Yu Tsai <wenst@chromium.org> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20230331123621.16167-6-Garmin.Chang@mediatek.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/mediatek/Makefile')
-rw-r--r--drivers/clk/mediatek/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/mediatek/Makefile b/drivers/clk/mediatek/Makefile
index 5f347b4f9b2d..1a642510ce38 100644
--- a/drivers/clk/mediatek/Makefile
+++ b/drivers/clk/mediatek/Makefile
@@ -101,7 +101,7 @@ obj-$(CONFIG_COMMON_CLK_MT8186_VDECSYS) += clk-mt8186-vdec.o
obj-$(CONFIG_COMMON_CLK_MT8186_VENCSYS) += clk-mt8186-venc.o
obj-$(CONFIG_COMMON_CLK_MT8186_WPESYS) += clk-mt8186-wpe.o
obj-$(CONFIG_COMMON_CLK_MT8188) += clk-mt8188-apmixedsys.o clk-mt8188-topckgen.o \
- clk-mt8188-peri_ao.o
+ clk-mt8188-peri_ao.o clk-mt8188-infra_ao.o
obj-$(CONFIG_COMMON_CLK_MT8192) += clk-mt8192-apmixedsys.o clk-mt8192.o
obj-$(CONFIG_COMMON_CLK_MT8192_AUDSYS) += clk-mt8192-aud.o
obj-$(CONFIG_COMMON_CLK_MT8192_CAMSYS) += clk-mt8192-cam.o