Skip to content

Commit 424c85e

Browse files
XBurstbebarino
authored andcommitted
dt-bindings: clock: Add and reorder ABI for X1000.
1.The SSI clock of X1000 not like JZ4770 and JZ4780, they are not directly derived from the output of SSIPLL, but from the clock obtained by dividing the frequency by 2. "X1000_CLK_SSIPLL_DIV2" is added for this purpose, it must between "X1000_CLK_SSIPLL" and "X1000_CLK_SSIMUX", otherwise an error will occurs when initializing the clock. These ABIs are only used for X1000, and I'm sure that no other devicetree out there is using these ABIs, so we should be able to reorder them. 2.Clocks of LCD, OTG, EMC, EFUSE, OST, TCU are also added. Signed-off-by: 周琰杰 (Zhou Yanjie) <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent ce1d86d commit 424c85e

File tree

1 file changed

+36
-28
lines changed

1 file changed

+36
-28
lines changed

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

Lines changed: 36 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -12,33 +12,41 @@
1212
#ifndef __DT_BINDINGS_CLOCK_X1000_CGU_H__
1313
#define __DT_BINDINGS_CLOCK_X1000_CGU_H__
1414

15-
#define X1000_CLK_EXCLK 0
16-
#define X1000_CLK_RTCLK 1
17-
#define X1000_CLK_APLL 2
18-
#define X1000_CLK_MPLL 3
19-
#define X1000_CLK_SCLKA 4
20-
#define X1000_CLK_CPUMUX 5
21-
#define X1000_CLK_CPU 6
22-
#define X1000_CLK_L2CACHE 7
23-
#define X1000_CLK_AHB0 8
24-
#define X1000_CLK_AHB2PMUX 9
25-
#define X1000_CLK_AHB2 10
26-
#define X1000_CLK_PCLK 11
27-
#define X1000_CLK_DDR 12
28-
#define X1000_CLK_MAC 13
29-
#define X1000_CLK_MSCMUX 14
30-
#define X1000_CLK_MSC0 15
31-
#define X1000_CLK_MSC1 16
32-
#define X1000_CLK_SSIPLL 17
33-
#define X1000_CLK_SSIMUX 18
34-
#define X1000_CLK_SFC 19
35-
#define X1000_CLK_I2C0 20
36-
#define X1000_CLK_I2C1 21
37-
#define X1000_CLK_I2C2 22
38-
#define X1000_CLK_UART0 23
39-
#define X1000_CLK_UART1 24
40-
#define X1000_CLK_UART2 25
41-
#define X1000_CLK_SSI 26
42-
#define X1000_CLK_PDMA 27
15+
#define X1000_CLK_EXCLK 0
16+
#define X1000_CLK_RTCLK 1
17+
#define X1000_CLK_APLL 2
18+
#define X1000_CLK_MPLL 3
19+
#define X1000_CLK_OTGPHY 4
20+
#define X1000_CLK_SCLKA 5
21+
#define X1000_CLK_CPUMUX 6
22+
#define X1000_CLK_CPU 7
23+
#define X1000_CLK_L2CACHE 8
24+
#define X1000_CLK_AHB0 9
25+
#define X1000_CLK_AHB2PMUX 10
26+
#define X1000_CLK_AHB2 11
27+
#define X1000_CLK_PCLK 12
28+
#define X1000_CLK_DDR 13
29+
#define X1000_CLK_MAC 14
30+
#define X1000_CLK_LCD 15
31+
#define X1000_CLK_MSCMUX 16
32+
#define X1000_CLK_MSC0 17
33+
#define X1000_CLK_MSC1 18
34+
#define X1000_CLK_OTG 19
35+
#define X1000_CLK_SSIPLL 20
36+
#define X1000_CLK_SSIPLL_DIV2 21
37+
#define X1000_CLK_SSIMUX 22
38+
#define X1000_CLK_EMC 23
39+
#define X1000_CLK_EFUSE 24
40+
#define X1000_CLK_SFC 25
41+
#define X1000_CLK_I2C0 26
42+
#define X1000_CLK_I2C1 27
43+
#define X1000_CLK_I2C2 28
44+
#define X1000_CLK_UART0 29
45+
#define X1000_CLK_UART1 30
46+
#define X1000_CLK_UART2 31
47+
#define X1000_CLK_TCU 32
48+
#define X1000_CLK_SSI 33
49+
#define X1000_CLK_OST 34
50+
#define X1000_CLK_PDMA 35
4351

4452
#endif /* __DT_BINDINGS_CLOCK_X1000_CGU_H__ */

0 commit comments

Comments
 (0)