diff options
author | Joachim Eastwood <manabian@gmail.com> | 2015-05-28 22:31:43 +0200 |
---|---|---|
committer | Michael Turquette <mturquette@baylibre.com> | 2015-06-18 15:44:47 -0700 |
commit | b04e0b8fd5443b61c04e6103f16c5d1e1821e295 (patch) | |
tree | e8af7667b2ba15cf6f2e32ad68e17d1bae5baa56 /drivers/clk/Makefile | |
parent | 02fdfd708fd252a778709beb6c65d5e7360341ac (diff) | |
download | linux-b04e0b8fd5443b61c04e6103f16c5d1e1821e295.tar.gz linux-b04e0b8fd5443b61c04e6103f16c5d1e1821e295.tar.bz2 linux-b04e0b8fd5443b61c04e6103f16c5d1e1821e295.zip |
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>
Diffstat (limited to 'drivers/clk/Makefile')
-rw-r--r-- | drivers/clk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile index d4bc8ed29984..256977ed050a 100644 --- a/drivers/clk/Makefile +++ b/drivers/clk/Makefile @@ -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/ |