Skip to content

Commit

Permalink
clk: imx: Add PLLs driver for imx8mm soc
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bai Ping authored and Stephen Boyd committed Feb 21, 2019
1 parent 9b15cff commit 8646d4d
Show file tree
Hide file tree
Showing 3 changed files with 418 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/clk/imx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
Loading

0 comments on commit 8646d4d

Please sign in to comment.