diff options
author | A.s. Dong <aisheng.dong@nxp.com> | 2018-11-14 16:01:43 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-12-03 22:31:28 +0300 |
commit | d9a8f950b296729b88d7139904cac5fd6d0a5261 (patch) | |
tree | a5d4581c955b1b2d3941506a68f8771755f2ebb9 /drivers/clk/imx/Makefile | |
parent | e983da27f70e8d29f4ae7262d52e4d07129498f3 (diff) | |
download | linux-d9a8f950b296729b88d7139904cac5fd6d0a5261.tar.xz |
clk: imx: add pllv4 support
pllv4 is designed for System Clock Generation (SCG) module observed
in IMX ULP SoC series. e.g. i.MX7ULP.
The SCG modules generates clock used to derive processor, system,
peripheral bus and external memory interface clocks while this patch
intends to support the PLL part.
Cc: Stephen Boyd <sboyd@codeaurora.org>
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Anson Huang <Anson.Huang@nxp.com>
Cc: Bai Ping <ping.bai@nxp.com>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
[sboyd@kernel.org: Include clk.h for sparse warnings]
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/imx/Makefile')
-rw-r--r-- | drivers/clk/imx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/imx/Makefile b/drivers/clk/imx/Makefile index 077e732a73ca..4cac28b21d05 100644 --- a/drivers/clk/imx/Makefile +++ b/drivers/clk/imx/Makefile @@ -12,6 +12,7 @@ obj-y += \ clk-pllv1.o \ clk-pllv2.o \ clk-pllv3.o \ + clk-pllv4.o \ clk-pfd.o obj-$(CONFIG_SOC_IMX1) += clk-imx1.o |