This website requires JavaScript.
Explore
Help
Sign in
public-mirrors
/
linux
Watch
1
Star
0
Fork
You've already forked linux
0
mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced
2025-05-24 10:39:52 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c378b5119e
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-28 22:31:43 +02: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-28 22:31:45 +02:00
obj-$(CONFIG_ARCH_LPC18XX)
+=
clk-lpc18xx-ccu.o
Reference in a new issue
Copy permalink