diff options
author | Aisheng Dong <aisheng.dong@nxp.com> | 2018-12-13 16:43:05 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-12-14 22:01:14 +0100 |
commit | 1e3121bfe51a3424050ae66326e8a113f0ed7fb8 (patch) | |
tree | bce573d23c882a4bfbc7ad3fc3b153afdff71973 /drivers/clk/imx/Makefile | |
parent | clk: imx: add lpcg clock support (diff) | |
download | linux-1e3121bfe51a3424050ae66326e8a113f0ed7fb8.tar.xz linux-1e3121bfe51a3424050ae66326e8a113f0ed7fb8.zip |
clk: imx: add imx8qxp lpcg driver
Add imx8qxp lpcg driver support
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Michael Turquette <mturquette@baylibre.com>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/imx/Makefile')
-rw-r--r-- | drivers/clk/imx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/imx/Makefile b/drivers/clk/imx/Makefile index 8577f780ad31..953a92a4b04b 100644 --- a/drivers/clk/imx/Makefile +++ b/drivers/clk/imx/Makefile @@ -17,7 +17,7 @@ obj-$(CONFIG_MXC_CLK_SCU) += \ clk-scu.o \ clk-lpcg-scu.o -obj-$(CONFIG_CLK_IMX8QXP) += clk-imx8qxp.o +obj-$(CONFIG_CLK_IMX8QXP) += clk-imx8qxp.o clk-imx8qxp-lpcg.o obj-$(CONFIG_SOC_IMX1) += clk-imx1.o obj-$(CONFIG_SOC_IMX21) += clk-imx21.o |