diff options
author | Garmin.Chang <Garmin.Chang@mediatek.com> | 2023-03-31 20:36:04 +0800 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2023-03-31 11:51:20 -0700 |
commit | 28b2bc99fa76f9a8eaf22ee40fdc2a1e65fff81c (patch) | |
tree | bf49a6b418ca0603c6bcad9070ffc1012be503af /drivers/clk/mediatek/Kconfig | |
parent | 1086a5310f9c9421398cd12c00f605866aad24a5 (diff) | |
download | linux-28b2bc99fa76f9a8eaf22ee40fdc2a1e65fff81c.tar.gz linux-28b2bc99fa76f9a8eaf22ee40fdc2a1e65fff81c.tar.bz2 linux-28b2bc99fa76f9a8eaf22ee40fdc2a1e65fff81c.zip |
clk: mediatek: Add MT8188 apmixedsys clock support
Add MT8188 apmixedsys clock controller which provides Plls
generated from SoC 26m and ssusb clock gate control.
Signed-off-by: Garmin.Chang <Garmin.Chang@mediatek.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20230331123621.16167-3-Garmin.Chang@mediatek.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/mediatek/Kconfig')
-rw-r--r-- | drivers/clk/mediatek/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/clk/mediatek/Kconfig b/drivers/clk/mediatek/Kconfig index 61e3266d2346..681d392620c5 100644 --- a/drivers/clk/mediatek/Kconfig +++ b/drivers/clk/mediatek/Kconfig @@ -683,6 +683,15 @@ config COMMON_CLK_MT8186_VENCSYS help This driver supports MediaTek MT8186 vencsys clocks. +config COMMON_CLK_MT8188 + tristate "Clock driver for MediaTek MT8188" + depends on ARM64 || COMPILE_TEST + select COMMON_CLK_MEDIATEK + select COMMON_CLK_MEDIATEK_FHCTL + default ARCH_MEDIATEK + help + This driver supports MediaTek MT8188 clocks. + config COMMON_CLK_MT8192 tristate "Clock driver for MediaTek MT8192" depends on ARM64 || COMPILE_TEST |