dt-bindings: clock: Add the clock id for ACLK clock of Exynos542x SoC
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 15 Apr 2016 06:32:52 +0000 (15:32 +0900)
committerSylwester Nawrocki <s.nawrocki@samsung.com>
Fri, 15 Apr 2016 16:13:42 +0000 (18:13 +0200)
This patch adds the clock id for ACLK clock of Exynos542x SoC.
ACLK clock means the source clock of AMBA AXI bus. This clock
id should be used for Bus frequency scaling.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Tested-by: Markus Reichl <m.reichl@fivetechno.de>
Tested-by: Anand Moon <linux.amoon@gmail.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
include/dt-bindings/clock/exynos5420.h

index 7699ee9c16c02a6d3f63808a0720aeb073e70370..17ab8394bec7d8abf4d4448656d143cabeaf5651 100644 (file)
 
 /* divider clocks */
 #define CLK_DOUT_PIXEL         768
+#define CLK_DOUT_ACLK400_WCORE 769
+#define CLK_DOUT_ACLK400_ISP   770
+#define CLK_DOUT_ACLK400_MSCL  771
+#define CLK_DOUT_ACLK200       772
+#define CLK_DOUT_ACLK200_FSYS2 773
+#define CLK_DOUT_ACLK100_NOC   774
+#define CLK_DOUT_PCLK200_FSYS  775
+#define CLK_DOUT_ACLK200_FSYS  776
+#define CLK_DOUT_ACLK333_432_GSCL      777
+#define CLK_DOUT_ACLK333_432_ISP       778
+#define CLK_DOUT_ACLK66                779
+#define CLK_DOUT_ACLK333_432_ISP0      780
+#define CLK_DOUT_ACLK266       781
+#define CLK_DOUT_ACLK166       782
+#define CLK_DOUT_ACLK333       783
+#define CLK_DOUT_ACLK333_G2D   784
+#define CLK_DOUT_ACLK266_G2D   785
+#define CLK_DOUT_ACLK_G3D      786
+#define CLK_DOUT_ACLK300_JPEG  787
+#define CLK_DOUT_ACLK300_DISP1 788
+#define CLK_DOUT_ACLK300_GSCL  789
+#define CLK_DOUT_ACLK400_DISP1 790
 
 /* must be greater than maximal clock id */
-#define CLK_NR_CLKS            769
+#define CLK_NR_CLKS            791
 
 #endif /* _DT_BINDINGS_CLOCK_EXYNOS_5420_H */
This page took 0.0260359999999999 seconds and 5 git commands to generate.