Skip to content

Commit

Permalink
clk: imx: Add clock driver support for imx8mm
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bai Ping authored and Stephen Boyd committed Feb 21, 2019
1 parent 037a474 commit ba5625c
Show file tree
Hide file tree
Showing 3 changed files with 682 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/clk/imx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ config MXC_CLK_SCU
bool
depends on IMX_SCU

config CLK_IMX8MM
bool "IMX8MM CCM Clock Driver"
depends on ARCH_MXC && ARM64
help
Build the driver for i.MX8MM CCM Clock Driver

config CLK_IMX8MQ
bool "IMX8MQ CCM Clock Driver"
depends on ARCH_MXC && ARM64
Expand Down
1 change: 1 addition & 0 deletions drivers/clk/imx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading

0 comments on commit ba5625c

Please sign in to comment.