summaryrefslogtreecommitdiffstats
path: root/drivers/clk/imx/Makefile
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2018-12-01 10:52:13 +0000
committerStephen Boyd <sboyd@kernel.org>2018-12-03 10:13:35 -0800
commitff70fbd0e81018b45daad5f64ee03ce32d20c917 (patch)
tree18cb7456741e437f8bf5d519a949cba060e37387 /drivers/clk/imx/Makefile
parent6209624b9a5c1e417b142e9688f5fc96c1e0cd58 (diff)
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/Makefile3
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