diff options
author | Bai Ping <ping.bai@nxp.com> | 2019-01-22 12:31:41 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2019-02-21 23:41:16 +0300 |
commit | 8646d4dcc7fb2e6e771f8cee500950f3f69aa1ea (patch) | |
tree | 1dbd430e9df6b5fdf7be1d09aadac9e87ad8ddd7 /drivers/clk/imx/Makefile | |
parent | 9b15cffbf21d3ac0a60618a3274b335532f33573 (diff) | |
download | linux-8646d4dcc7fb2e6e771f8cee500950f3f69aa1ea.tar.xz |
clk: imx: Add PLLs driver for imx8mm soc
New PLLs are introduced on i.MX8M Mini SOC.
PLL1416X is Integer PLL, PLL1443X is a Frac PLL.
Signed-off-by: Bai Ping <ping.bai@nxp.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/imx/Makefile')
-rw-r--r-- | drivers/clk/imx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/clk/imx/Makefile b/drivers/clk/imx/Makefile index 73119fbfa547..ff7428744222 100644 --- a/drivers/clk/imx/Makefile +++ b/drivers/clk/imx/Makefile @@ -18,7 +18,8 @@ obj-$(CONFIG_MXC_CLK) += \ clk-pllv2.o \ clk-pllv3.o \ clk-pllv4.o \ - clk-sccg-pll.o + clk-sccg-pll.o \ + clk-pll14xx.o obj-$(CONFIG_MXC_CLK_SCU) += \ clk-scu.o \ |