Skip to content

Commit

Permalink
clk: add lpc18xx cgu clk driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Joachim Eastwood authored and Michael Turquette committed Jun 18, 2015
1 parent 02fdfd7 commit b04e0b8
Showing 4 changed files with 678 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/Makefile
Original file line number Diff line number Diff line change
@@ -57,6 +57,7 @@ endif
obj-$(CONFIG_PLAT_ORION) += mvebu/
obj-$(CONFIG_ARCH_MESON) += meson/
obj-$(CONFIG_ARCH_MXS) += mxs/
obj-$(CONFIG_ARCH_LPC18XX) += nxp/
obj-$(CONFIG_MACH_PISTACHIO) += pistachio/
obj-$(CONFIG_COMMON_CLK_PXA) += pxa/
obj-$(CONFIG_COMMON_CLK_QCOM) += qcom/
1 change: 1 addition & 0 deletions drivers/clk/nxp/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_ARCH_LPC18XX) += clk-lpc18xx-cgu.o
Loading

0 comments on commit b04e0b8

Please sign in to comment.