Skip to content

Commit c43a801

Browse files
JackyBaiabelvesa
authored andcommitted
clk: imx: Add clock driver for imx8ulp
Add clock driver for i.MX8ULP. Signed-off-by: Peng Fan <[email protected]> Signed-off-by: Jacky Bai <[email protected]> Reviewed-by: Abel Vesa <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Abel Vesa <[email protected]>
1 parent 9179d23 commit c43a801

File tree

3 files changed

+467
-0
lines changed

3 files changed

+467
-0
lines changed

drivers/clk/imx/Kconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,9 @@ config CLK_IMX8QXP
9898
select MXC_CLK_SCU
9999
help
100100
Build the driver for IMX8QXP SCU based clocks.
101+
102+
config CLK_IMX8ULP
103+
tristate "IMX8ULP CCM Clock Driver"
104+
depends on ARCH_MXC || COMPILE_TEST
105+
help
106+
Build the driver for i.MX8ULP CCM Clock Driver

drivers/clk/imx/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ clk-imx-scu-$(CONFIG_CLK_IMX8QXP) += clk-scu.o clk-imx8qxp.o \
3131
clk-imx8qxp-rsrc.o clk-imx8qm-rsrc.o
3232
clk-imx-lpcg-scu-$(CONFIG_CLK_IMX8QXP) += clk-lpcg-scu.o clk-imx8qxp-lpcg.o
3333

34+
obj-$(CONFIG_CLK_IMX8ULP) += clk-imx8ulp.o
35+
3436
obj-$(CONFIG_CLK_IMX1) += clk-imx1.o
3537
obj-$(CONFIG_CLK_IMX25) += clk-imx25.o
3638
obj-$(CONFIG_CLK_IMX27) += clk-imx27.o

0 commit comments

Comments
 (0)