Skip to content

Commit 2c597bb

Browse files
petegriffinkrzk
authored andcommitted
clk: samsung: clk-gs101: Add cmu_top, cmu_misc and cmu_apm support
cmu_top is the top level clock management unit which contains PLLs, muxes, dividers and gates that feed the other clock management units. cmu_misc clocks IPs such as Watchdog and cmu_apm clocks ips part of the APM module. Reviewed-by: Sam Protsenko <[email protected]> Reviewed-by: André Draszik <[email protected]> Acked-by: Chanwoo Choi <[email protected]> Tested-by: Will McVicker <[email protected]> Signed-off-by: Peter Griffin <[email protected]> Link: https://lore.kernel.org/r/[email protected] [krzysztof: drop not needed linux/of_device.h include] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 13ff3bd commit 2c597bb

File tree

2 files changed

+2512
-0
lines changed

2 files changed

+2512
-0
lines changed

drivers/clk/samsung/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ obj-$(CONFIG_EXYNOS_ARM64_COMMON_CLK) += clk-exynos7.o
2121
obj-$(CONFIG_EXYNOS_ARM64_COMMON_CLK) += clk-exynos7885.o
2222
obj-$(CONFIG_EXYNOS_ARM64_COMMON_CLK) += clk-exynos850.o
2323
obj-$(CONFIG_EXYNOS_ARM64_COMMON_CLK) += clk-exynosautov9.o
24+
obj-$(CONFIG_EXYNOS_ARM64_COMMON_CLK) += clk-gs101.o
2425
obj-$(CONFIG_S3C64XX_COMMON_CLK) += clk-s3c64xx.o
2526
obj-$(CONFIG_S5PV210_COMMON_CLK) += clk-s5pv210.o clk-s5pv210-audss.o
2627
obj-$(CONFIG_TESLA_FSD_COMMON_CLK) += clk-fsd.o

0 commit comments

Comments
 (0)