Skip to content

Commit d3a0946

Browse files
TE-N-ShengjiuWangabelvesa
authored andcommitted
clk: imx: imx8: add audio clock mux driver
The Audio Clock Mux (ACM) is a collection of control registers and multiplexers that are used to route the audio source clocks to the audio peripherals. Each audio peripheral has its dedicated audio clock mux (which differ based on usage) and control register. Signed-off-by: Shengjiu Wang <[email protected]> Reviewed-by: Peng Fan <[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 a70cd8c commit d3a0946

File tree

2 files changed

+478
-1
lines changed

2 files changed

+478
-1
lines changed

drivers/clk/imx/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@ obj-$(CONFIG_CLK_IMX8MQ) += clk-imx8mq.o
3232

3333
obj-$(CONFIG_CLK_IMX93) += clk-imx93.o
3434

35-
obj-$(CONFIG_MXC_CLK_SCU) += clk-imx-scu.o clk-imx-lpcg-scu.o
35+
obj-$(CONFIG_MXC_CLK_SCU) += clk-imx-scu.o clk-imx-lpcg-scu.o clk-imx-acm.o
3636
clk-imx-scu-$(CONFIG_CLK_IMX8QXP) += clk-scu.o clk-imx8qxp.o \
3737
clk-imx8qxp-rsrc.o clk-imx8qm-rsrc.o \
3838
clk-imx8dxl-rsrc.o
3939
clk-imx-lpcg-scu-$(CONFIG_CLK_IMX8QXP) += clk-lpcg-scu.o clk-imx8qxp-lpcg.o
40+
clk-imx-acm-$(CONFIG_CLK_IMX8QXP) = clk-imx8-acm.o
4041

4142
obj-$(CONFIG_CLK_IMX8ULP) += clk-imx8ulp.o
4243

0 commit comments

Comments
 (0)