Skip to content

Commit bc8cc7f

Browse files
Sam Protsenkokrzk
authored andcommitted
dt-bindings: clock: exynos850: Add PDMA clocks
Add constants for Peripheral DMA (PDMA) clocks in CMU_CORE controller: - PDMA_ACLK: clock for PDMA0 (regular DMA) - SPDMA_ACLK: clock for PDMA1 (secure DMA) Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> Link: https://lore.kernel.org/r/20240120012948.8836-2-semen.protsenko@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent f80c438 commit bc8cc7f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/dt-bindings/clock/exynos850.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,8 @@
320320
#define CLK_GOUT_SSS_PCLK 12
321321
#define CLK_GOUT_GPIO_CORE_PCLK 13
322322
#define CLK_GOUT_SYSREG_CORE_PCLK 14
323+
#define CLK_GOUT_PDMA_CORE_ACLK 15
324+
#define CLK_GOUT_SPDMA_CORE_ACLK 16
323325

324326
/* CMU_DPU */
325327
#define CLK_MOUT_DPU_USER 1

0 commit comments

Comments
 (0)