summaryrefslogtreecommitdiffstats
path: root/drivers/clk/imx/Makefile
diff options
context:
space:
mode:
authorA.s. Dong <aisheng.dong@nxp.com>2018-11-14 13:01:43 +0000
committerStephen Boyd <sboyd@kernel.org>2018-12-03 11:31:28 -0800
commitd9a8f950b296729b88d7139904cac5fd6d0a5261 (patch)
treea5d4581c955b1b2d3941506a68f8771755f2ebb9 /drivers/clk/imx/Makefile
parente983da27f70e8d29f4ae7262d52e4d07129498f3 (diff)
downloadlinux-d9a8f950b296729b88d7139904cac5fd6d0a5261.tar.bz2
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/Makefile1
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