Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96d6392b authored by Anson Huang's avatar Anson Huang Committed by Shawn Guo
Browse files

clk: imx: Add support for i.MX8MN clock driver



This patch adds i.MX8MN clock driver support.

Signed-off-by: default avatarAnson Huang <Anson.Huang@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent fd6ef285
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -14,6 +14,12 @@ config CLK_IMX8MM
	help
	    Build the driver for i.MX8MM CCM Clock Driver

config CLK_IMX8MN
	bool "IMX8MN CCM Clock Driver"
	depends on ARCH_MXC && ARM64
	help
	    Build the driver for i.MX8MN CCM Clock Driver

config CLK_IMX8MQ
	bool "IMX8MQ CCM Clock Driver"
	depends on ARCH_MXC && ARM64
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ obj-$(CONFIG_MXC_CLK_SCU) += \
	clk-lpcg-scu.o

obj-$(CONFIG_CLK_IMX8MM) += clk-imx8mm.o
obj-$(CONFIG_CLK_IMX8MN) += clk-imx8mn.o
obj-$(CONFIG_CLK_IMX8MQ) += clk-imx8mq.o
obj-$(CONFIG_CLK_IMX8QXP) += clk-imx8qxp.o clk-imx8qxp-lpcg.o

+636 −0

File added.

Preview size limit exceeded, changes collapsed.