This website requires JavaScript.
Explore
Help
Sign In
hollalinux
/
linux-sg2042
mirror of
https://github.com/sophgo/linux-riscv.git
Watch
1
Star
0
Fork
You've already forked linux-sg2042
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a239c36e52
linux-sg2042
/
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