diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2018-12-01 11:52:13 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-12-03 19:13:35 +0100 |
commit | ff70fbd0e81018b45daad5f64ee03ce32d20c917 (patch) | |
tree | 18cb7456741e437f8bf5d519a949cba060e37387 /drivers/clk/imx/Makefile | |
parent | clk: imx: Add fractional PLL output clock (diff) | |
download | linux-ff70fbd0e81018b45daad5f64ee03ce32d20c917.tar.xz linux-ff70fbd0e81018b45daad5f64ee03ce32d20c917.zip |
clk: imx: Add SCCG PLL type
The SCCG is a new PLL type introduced on i.MX8.
The description of this SCCG clock can be found here:
https://www.nxp.com/docs/en/reference-manual/IMX8MDQLQRM.pdf#page=834
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Reviewed-by: Sascha Hauer <s.hauer@pengutronix.de>
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 cd84e2ca2459..6952f055d0e3 100644 --- a/drivers/clk/imx/Makefile +++ b/drivers/clk/imx/Makefile @@ -13,7 +13,8 @@ obj-y += \ clk-pllv1.o \ clk-pllv2.o \ clk-pllv3.o \ - clk-pfd.o + clk-pfd.o \ + clk-sccg-pll.o obj-$(CONFIG_SOC_IMX1) += clk-imx1.o obj-$(CONFIG_SOC_IMX21) += clk-imx21.o |