Skip to content

Commit 316810e

Browse files
XBurstbebarino
authored andcommitted
dt-bindings: clock: Add RTC related clocks for Ingenic SoCs.
Add RTC related clocks bindings for the JZ4780 SoC, the X1000 SoC, and the X1830 SoC from Ingenic. Tested-by: 周正 (Zhou Zheng) <[email protected]> Signed-off-by: 周琰杰 (Zhou Yanjie) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent b3a9e3b commit 316810e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

include/dt-bindings/clock/jz4780-cgu.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,7 @@
8585
#define JZ4780_CLK_DES 70
8686
#define JZ4780_CLK_X2D 71
8787
#define JZ4780_CLK_CORE1 72
88+
#define JZ4780_CLK_EXCLK_DIV512 73
89+
#define JZ4780_CLK_RTC 74
8890

8991
#endif /* __DT_BINDINGS_CLOCK_JZ4780_CGU_H__ */

include/dt-bindings/clock/x1000-cgu.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,7 @@
4848
#define X1000_CLK_SSI 33
4949
#define X1000_CLK_OST 34
5050
#define X1000_CLK_PDMA 35
51+
#define X1000_CLK_EXCLK_DIV512 36
52+
#define X1000_CLK_RTC 37
5153

5254
#endif /* __DT_BINDINGS_CLOCK_X1000_CGU_H__ */

include/dt-bindings/clock/x1830-cgu.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,7 @@
5151
#define X1830_CLK_TCU 36
5252
#define X1830_CLK_DTRNG 37
5353
#define X1830_CLK_OST 38
54+
#define X1830_CLK_EXCLK_DIV512 39
55+
#define X1830_CLK_RTC 40
5456

5557
#endif /* __DT_BINDINGS_CLOCK_X1830_CGU_H__ */

0 commit comments

Comments
 (0)