This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
linux
mirror of
https://gitee.com/openkylin/linux.git
Watch
9
Star
0
Fork
You've already forked linux
0
Code
Issues
Projects
Releases
Wiki
Activity
031e37f8c9
linux
/
drivers
/
clk
/
nxp
/
Makefile
3 lines
96 B
Makefile
Raw
Normal View
History
Unescape
Escape
clk: add lpc18xx cgu clk driver Add driver for NXP LPC18xx/43xx Clock Generation Unit (CGU). The CGU contains several clock generators and output stages that route the clocks either directly to peripherals or to a Clock Control Unit (CCU). Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: Michael Turquette <mturquette@baylibre.com>
2015-05-29 04:31:43 +08:00
obj-$(CONFIG_ARCH_LPC18XX)
+=
clk-lpc18xx-cgu.o
clk: add lpc18xx ccu clk driver 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>
2015-05-29 04:31:45 +08:00
obj-$(CONFIG_ARCH_LPC18XX)
+=
clk-lpc18xx-ccu.o