clk: samsung: Add clock IDs for the CMU_CDREX (DRAM Express Controller)
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 25 Aug 2016 06:57:16 +0000 (15:57 +0900)
committerSylwester Nawrocki <s.nawrocki@samsung.com>
Fri, 9 Sep 2016 08:11:44 +0000 (10:11 +0200)
This patch adds missing clock IDs for CMU_CDREX (DRAM Express Controller)
which generates clocks for DRAM and NoC (Network on Chip) busses.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
include/dt-bindings/clock/exynos5420.h

index 17ab839..6fd21c2 100644 (file)
 #define CLK_MOUT_SW_ACLK400     651
 #define CLK_MOUT_USER_ACLK300_GSCL     652
 #define CLK_MOUT_SW_ACLK300_GSCL       653
+#define CLK_MOUT_MCLK_CDREX    654
+#define CLK_MOUT_BPLL          655
+#define CLK_MOUT_MX_MSPLL_CCORE        656
 
 /* divider clocks */
 #define CLK_DOUT_PIXEL         768
 #define CLK_DOUT_ACLK300_DISP1 788
 #define CLK_DOUT_ACLK300_GSCL  789
 #define CLK_DOUT_ACLK400_DISP1 790
+#define CLK_DOUT_PCLK_CDREX    791
+#define CLK_DOUT_SCLK_CDREX    792
+#define CLK_DOUT_ACLK_CDREX1   793
+#define CLK_DOUT_CCLK_DREX0    794
+#define CLK_DOUT_CLK2X_PHY0    795
+#define CLK_DOUT_PCLK_CORE_MEM 796
 
 /* must be greater than maximal clock id */
-#define CLK_NR_CLKS            791
+#define CLK_NR_CLKS            797
 
 #endif /* _DT_BINDINGS_CLOCK_EXYNOS_5420_H */