diff options
author | A.s. Dong <aisheng.dong@nxp.com> | 2018-11-14 13:01:51 +0000 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-12-03 11:31:36 -0800 |
commit | 76a323c19a1626b64ac69dbe5e187304ec58a6ca (patch) | |
tree | fed0a5a1394da396942f140c664b07146e6c5aed /drivers/clk/imx/Makefile | |
parent | 9fcb6be3b6c994f275761b22800e4244f610bdc5 (diff) | |
download | talos-obmc-linux-76a323c19a1626b64ac69dbe5e187304ec58a6ca.tar.gz talos-obmc-linux-76a323c19a1626b64ac69dbe5e187304ec58a6ca.zip |
clk: imx: add imx7ulp composite clk support
The imx composite clk is designed for Peripheral Clock Control (PCC)
module observed in IMX ULP SoC series.
NOTE pcc can only be operated when clk is gated.
Cc: Stephen Boyd <sboyd@codeaurora.org>
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Anson Huang <Anson.Huang@nxp.com>
Cc: Bai Ping <ping.bai@nxp.com>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
[sboyd@kernel.org: Include clk.h for sparse warnings]
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 e7248de5ffe1..a5cab3e5b7aa 100644 --- a/drivers/clk/imx/Makefile +++ b/drivers/clk/imx/Makefile @@ -4,6 +4,7 @@ obj-y += \ clk.o \ clk-busy.o \ clk-cpu.o \ + clk-composite-7ulp.o \ clk-divider-gate.o \ clk-fixup-div.o \ clk-fixup-mux.o \ |