aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/imx/Makefile
diff options
context:
space:
mode:
authorAisheng Dong2018-12-13 15:42:54 +0000
committerStephen Boyd2018-12-13 22:15:49 -0800
commitfe37b482041709753365bfca739cba24ada297ef (patch)
treee4cc9beec27190aa013e6d19e145eecfc813fb46 /drivers/clk/imx/Makefile
parent3a48d918a4615f0287ac2e106981b3987bf75a3d (diff)
clk: imx: add scu clock common part
Add SCU clock common part which will be used by client clock drivers. SCU clocks are totally different from the legacy clocks (No much legacy things can be reused), it's using a firmware interface now based on SCU protocol. So a new configuration option CONFIG_MXC_CLK_SCU is added. Cc: Shawn Guo <shawnguo@kernel.org> Cc: Sascha Hauer <kernel@pengutronix.de> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Stephen Boyd <sboyd@kernel.org> Cc: Michael Turquette <mturquette@baylibre.com> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com> [sboyd@kernel.org: Mark ccm_ipc_handle static] 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, 3 insertions, 0 deletions
diff --git a/drivers/clk/imx/Makefile b/drivers/clk/imx/Makefile
index d447f8c0500b..eec6d72ea5fb 100644
--- a/drivers/clk/imx/Makefile
+++ b/drivers/clk/imx/Makefile
@@ -13,6 +13,9 @@ obj-$(CONFIG_MXC_CLK) += \
clk-pllv3.o \
clk-pfd.o
+obj-$(CONFIG_MXC_CLK_SCU) += \
+ clk-scu.o
+
obj-$(CONFIG_SOC_IMX1) += clk-imx1.o
obj-$(CONFIG_SOC_IMX21) += clk-imx21.o
obj-$(CONFIG_SOC_IMX25) += clk-imx25.o