mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-24 18:18:15 +07:00
472cd304a3
Add driver for NXP LPC18xx/43xx Clock Control Unit (CCU). The CCU provides fine grained gating of most clocks present in the SoC. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: Michael Turquette <mturquette@baylibre.com>
3 lines
96 B
Makefile
3 lines
96 B
Makefile
obj-$(CONFIG_ARCH_LPC18XX) += clk-lpc18xx-cgu.o
|
|
obj-$(CONFIG_ARCH_LPC18XX) += clk-lpc18xx-ccu.o
|