Skip to content

Commit 6587c62

Browse files
cometzeroSylwester Nawrocki
authored andcommitted
clk: samsung: add top clock support for Exynos Auto v9 SoC
This adds support for CMU_TOP which generates clocks for all the function blocks such as CORE, FSYS0/1/2, PERIC0/1 and so on. For CMU_TOP, PLL_SHARED0,1,2,3 and 4 will be the sources of this block and they will generate bus clocks. Signed-off-by: Chanho Park <chanho61.park@samsung.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Chanwoo Choi <cw00.choi@samsung.com> Link: https://lore.kernel.org/r/20220504075154.58819-4-chanho61.park@samsung.com
1 parent e61492e commit 6587c62

2 files changed

Lines changed: 959 additions & 0 deletions

File tree

drivers/clk/samsung/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ obj-$(CONFIG_EXYNOS_ARM64_COMMON_CLK) += clk-exynos-arm64.o
2020
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
23+
obj-$(CONFIG_EXYNOS_ARM64_COMMON_CLK) += clk-exynosautov9.o
2324
obj-$(CONFIG_S3C2410_COMMON_CLK)+= clk-s3c2410.o
2425
obj-$(CONFIG_S3C2410_COMMON_DCLK)+= clk-s3c2410-dclk.o
2526
obj-$(CONFIG_S3C2412_COMMON_CLK)+= clk-s3c2412.o

0 commit comments

Comments
 (0)