diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2018-12-01 13:52:11 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-12-03 21:13:34 +0300 |
commit | 6209624b9a5c1e417b142e9688f5fc96c1e0cd58 (patch) | |
tree | dfe14550503e9b1e0f921734a0de98d21d821b00 /drivers/clk/imx/Makefile | |
parent | b80522040cd3f0944410a6635ceda111a6d651be (diff) | |
download | linux-6209624b9a5c1e417b142e9688f5fc96c1e0cd58.tar.xz |
clk: imx: Add fractional PLL output clock
This is a new fractional clock type introduced on i.MX8.
The description of this fractional 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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/imx/Makefile b/drivers/clk/imx/Makefile index 3e2492a814a7..cd84e2ca2459 100644 --- a/drivers/clk/imx/Makefile +++ b/drivers/clk/imx/Makefile @@ -7,6 +7,7 @@ obj-y += \ clk-cpu.o \ clk-fixup-div.o \ clk-fixup-mux.o \ + clk-frac-pll.o \ clk-gate-exclusive.o \ clk-gate2.o \ clk-pllv1.o \ |