diff options
author | Bai Ping <ping.bai@nxp.com> | 2019-01-22 10:31:51 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2019-02-21 21:41:16 +0100 |
commit | ba5625c3e272c77014687d44e12d2649eec4ddee (patch) | |
tree | 381b96f128a8d7aff4e64346522dd8b660267d46 /drivers/clk/imx/Makefile | |
parent | dt-bindings: imx: Add clock binding doc for imx8mm (diff) | |
download | linux-ba5625c3e272c77014687d44e12d2649eec4ddee.tar.xz linux-ba5625c3e272c77014687d44e12d2649eec4ddee.zip |
clk: imx: Add clock driver support for imx8mm
Add clock driver support for i.MX8MM SOC.
Signed-off-by: Bai Ping <ping.bai@nxp.com>
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 ff7428744222..0d5180fbe988 100644 --- a/drivers/clk/imx/Makefile +++ b/drivers/clk/imx/Makefile @@ -25,6 +25,7 @@ obj-$(CONFIG_MXC_CLK_SCU) += \ clk-scu.o \ clk-lpcg-scu.o +obj-$(CONFIG_CLK_IMX8MM) += clk-imx8mm.o obj-$(CONFIG_CLK_IMX8MQ) += clk-imx8mq.o obj-$(CONFIG_CLK_IMX8QXP) += clk-imx8qxp.o clk-imx8qxp-lpcg.o |