mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 07:46:53 +07:00
7d3723ba8c
Define the set of CCUs and provided clocks sufficient to satisfy the needs of all the existing clock references for BCM21664. Replace the "fake" fixed-rate clocks used previously with "real" ones. Note that only the minimal set of these clocks and CCUs is defined here. More clock definitions will need to be added as required by the addition of additional drivers. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Mike Turquette <mturquette@linaro.org>
5 lines
178 B
Makefile
5 lines
178 B
Makefile
obj-$(CONFIG_CLK_BCM_KONA) += clk-kona.o
|
|
obj-$(CONFIG_CLK_BCM_KONA) += clk-kona-setup.o
|
|
obj-$(CONFIG_CLK_BCM_KONA) += clk-bcm281xx.o
|
|
obj-$(CONFIG_CLK_BCM_KONA) += clk-bcm21664.o
|