summaryrefslogtreecommitdiffstats
path: root/drivers/clk/imx/Makefile
diff options
context:
space:
mode:
authorAisheng Dong <aisheng.dong@nxp.com>2018-12-13 16:43:01 +0100
committerStephen Boyd <sboyd@kernel.org>2018-12-14 22:00:51 +0100
commit2f77296d3df9915490f41fc8a971cba00e0b4a2c (patch)
treee46220c974f17bb437998db43d9c8446f6d6c7eb /drivers/clk/imx/Makefile
parentclk: imx: add imx8qxp clk driver (diff)
downloadlinux-2f77296d3df9915490f41fc8a971cba00e0b4a2c.tar.xz
linux-2f77296d3df9915490f41fc8a971cba00e0b4a2c.zip
clk: imx: add lpcg clock support
The Low-Power Clock Gate (LPCG) modules contain a local programming model to control the clock gates for the peripherals. An LPCG module is used to locally gate the clocks for the associated peripheral. And they're bedind the SCU clock. 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/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/clk/imx/Makefile b/drivers/clk/imx/Makefile
index a8a4518b065b..8577f780ad31 100644
--- a/drivers/clk/imx/Makefile
+++ b/drivers/clk/imx/Makefile
@@ -14,7 +14,8 @@ obj-$(CONFIG_MXC_CLK) += \
clk-pfd.o
obj-$(CONFIG_MXC_CLK_SCU) += \
- clk-scu.o
+ clk-scu.o \
+ clk-lpcg-scu.o
obj-$(CONFIG_CLK_IMX8QXP) += clk-imx8qxp.o