]> git.baikalelectronics.ru Git - kernel.git/commit
clk: ingenic: Add MDMA and BDMA clocks
authorPaul Cercueil <paul@crapouillou.net>
Mon, 20 Dec 2021 19:33:19 +0000 (19:33 +0000)
committerStephen Boyd <sboyd@kernel.org>
Fri, 7 Jan 2022 01:51:11 +0000 (17:51 -0800)
commit78880e87c5015eb32a4ce90fd722b76e01f3be86
treef6fabbd965c0283640e3289e1143d1c3b0e464bc
parent39f53c923c8328abff8c02e9c7dc1b3368929823
clk: ingenic: Add MDMA and BDMA clocks

The Ingenic JZ4760 and JZ4770 both have an extra DMA core named BDMA
dedicated to the NAND and BCH controller, but which can also do
memory-to-memory transfers. The JZ4760 additionally has a DMA core named
MDMA dedicated to memory-to-memory transfers. The programming manual for
the JZ4770 does have a bit for a MDMA clock, but does not seem to have
the hardware wired in.

Add the BDMA and MDMA clocks to the JZ4760 CGU code, and the BDMA clock
to the JZ4770 code, so that the BDMA and MDMA controllers can be used.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Link: https://lore.kernel.org/r/20211220193319.114974-3-paul@crapouillou.net
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/ingenic/jz4760-cgu.c
drivers/clk/ingenic/jz4770-cgu.c