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/nxp/Makefile | |
parent | 02fdfd708fd252a778709beb6c65d5e7360341ac (diff) | |
download | linux-b04e0b8fd5443b61c04e6103f16c5d1e1821e295.tar.bz2 |
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/nxp/Makefile')
-rw-r--r-- | drivers/clk/nxp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/nxp/Makefile b/drivers/clk/nxp/Makefile new file mode 100644 index 000000000000..aca9d3e4f7fe --- /dev/null +++ b/drivers/clk/nxp/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_ARCH_LPC18XX) += clk-lpc18xx-cgu.o |