mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 02:34:23 +08: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
|