This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e4e07db4ce
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 20:31:43 +00: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 20:31:45 +00:00
obj-$(CONFIG_ARCH_LPC18XX)
+=
clk-lpc18xx-ccu.o
Reference in New Issue
Copy Permalink