summaryrefslogtreecommitdiff
path: root/drivers/clk/imx/Makefile
diff options
context:
space:
mode:
authorAisheng Dong <aisheng.dong@nxp.com>2018-12-13 18:42:58 +0300
committerStephen Boyd <sboyd@kernel.org>2018-12-15 00:00:29 +0300
commitc2cccb6d0b33bad71154ec0c208d060456bcf6d4 (patch)
treea9095faf4041f826db940758cc3e06fcdc823b60 /drivers/clk/imx/Makefile
parentfe37b482041709753365bfca739cba24ada297ef (diff)
downloadlinux-c2cccb6d0b33bad71154ec0c208d060456bcf6d4.tar.xz
clk: imx: add imx8qxp clk driver
Add imx8qxp clk driver which is based on SCU firmware clock service. 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: Move the makefile rule higher in the file] Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/imx/Makefile')
-rw-r--r--drivers/clk/imx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/imx/Makefile b/drivers/clk/imx/Makefile
index eec6d72ea5fb..a8a4518b065b 100644
--- a/drivers/clk/imx/Makefile
+++ b/drivers/clk/imx/Makefile
@@ -16,6 +16,8 @@ obj-$(CONFIG_MXC_CLK) += \
obj-$(CONFIG_MXC_CLK_SCU) += \
clk-scu.o
+obj-$(CONFIG_CLK_IMX8QXP) += clk-imx8qxp.o
+
obj-$(CONFIG_SOC_IMX1) += clk-imx1.o
obj-$(CONFIG_SOC_IMX21) += clk-imx21.o
obj-$(CONFIG_SOC_IMX25) += clk-imx25.o