diff options
author | Joachim Eastwood <manabian@gmail.com> | 2016-03-03 22:47:04 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-03-04 12:52:10 -0800 |
commit | 378523d1500314637ae07bb604475a98f01bfa4c (patch) | |
tree | 99dc2bdec6db716e59c45228961ddf7a8932b808 /drivers/clk/nxp/Makefile | |
parent | 37655fae0c579315624189a7708d0b688d473876 (diff) | |
download | linux-378523d1500314637ae07bb604475a98f01bfa4c.tar.bz2 |
clk: add lpc18xx creg clk driver
The CREG block on lpc18xx contains configuration register
for two low power clocks. Support enabling of these two
clocks with a clk driver that access CREG trough the
syscon regmap interface.
These clocks are needed to support peripherals like the
internal RTC on lpc18xx.
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
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 index 607bd48c6563..d456ee6cc3d3 100644 --- a/drivers/clk/nxp/Makefile +++ b/drivers/clk/nxp/Makefile @@ -1,3 +1,4 @@ obj-$(CONFIG_ARCH_LPC18XX) += clk-lpc18xx-cgu.o obj-$(CONFIG_ARCH_LPC18XX) += clk-lpc18xx-ccu.o +obj-$(CONFIG_ARCH_LPC18XX) += clk-lpc18xx-creg.o obj-$(CONFIG_ARCH_LPC32XX) += clk-lpc32xx.o |