diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2015-12-06 11:45:57 +0100 |
---|---|---|
committer | Michael Turquette <mturquette@baylibre.com> | 2015-12-24 21:31:26 +0100 |
commit | f7c82a60ba26c2f003662bcb2cff131021c1e828 (patch) | |
tree | 5f86b73f7381c0fe34f426f0e03da5f8021e8602 /drivers/clk/nxp/Makefile | |
parent | clk: lpc18xx: add NXP specific COMMON_CLK_NXP configuration symbol (diff) | |
download | linux-f7c82a60ba26c2f003662bcb2cff131021c1e828.tar.xz linux-f7c82a60ba26c2f003662bcb2cff131021c1e828.zip |
clk: lpc32xx: add common clock framework driver
Add support for all configurable clocks found on NXP LPC32xx SoC.
The list contains several heterogenous groups of clocks:
* system clocks including multiple dividers and muxes,
* x397 PLL, HCLK PLL and USB PLL,
* peripheral clocks inherited from rtc, hclk and pclk,
* USB controller clocks: AHB slave, I2C, OTG, OHCI and device.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.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 index 7f608b0ad7b4..607bd48c6563 100644 --- a/drivers/clk/nxp/Makefile +++ b/drivers/clk/nxp/Makefile @@ -1,2 +1,3 @@ obj-$(CONFIG_ARCH_LPC18XX) += clk-lpc18xx-cgu.o obj-$(CONFIG_ARCH_LPC18XX) += clk-lpc18xx-ccu.o +obj-$(CONFIG_ARCH_LPC32XX) += clk-lpc32xx.o |