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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent f80c438 commit bc8cc7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)