aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2016-08-25 02:57:16 -0400
committerSylwester Nawrocki <s.nawrocki@samsung.com>2016-09-09 04:11:44 -0400
commit3b6b717218968b500753f5b6b9eeeebcc4763446 (patch)
tree0df1497286d5e4bbc73160e8e054431247b2ef99 /include/dt-bindings
parent29b4817d4018df78086157ea3a55c1d9424a7cfc (diff)
clk: samsung: Add clock IDs for the CMU_CDREX (DRAM Express Controller)
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>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/clock/exynos5420.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/exynos5420.h b/include/dt-bindings/clock/exynos5420.h
index 17ab8394bec7..6fd21c291416 100644
--- a/include/dt-bindings/clock/exynos5420.h
+++ b/include/dt-bindings/clock/exynos5420.h
@@ -214,6 +214,9 @@
214#define CLK_MOUT_SW_ACLK400 651 214#define CLK_MOUT_SW_ACLK400 651
215#define CLK_MOUT_USER_ACLK300_GSCL 652 215#define CLK_MOUT_USER_ACLK300_GSCL 652
216#define CLK_MOUT_SW_ACLK300_GSCL 653 216#define CLK_MOUT_SW_ACLK300_GSCL 653
217#define CLK_MOUT_MCLK_CDREX 654
218#define CLK_MOUT_BPLL 655
219#define CLK_MOUT_MX_MSPLL_CCORE 656
217 220
218/* divider clocks */ 221/* divider clocks */
219#define CLK_DOUT_PIXEL 768 222#define CLK_DOUT_PIXEL 768
@@ -239,8 +242,14 @@
239#define CLK_DOUT_ACLK300_DISP1 788 242#define CLK_DOUT_ACLK300_DISP1 788
240#define CLK_DOUT_ACLK300_GSCL 789 243#define CLK_DOUT_ACLK300_GSCL 789
241#define CLK_DOUT_ACLK400_DISP1 790 244#define CLK_DOUT_ACLK400_DISP1 790
245#define CLK_DOUT_PCLK_CDREX 791
246#define CLK_DOUT_SCLK_CDREX 792
247#define CLK_DOUT_ACLK_CDREX1 793
248#define CLK_DOUT_CCLK_DREX0 794
249#define CLK_DOUT_CLK2X_PHY0 795
250#define CLK_DOUT_PCLK_CORE_MEM 796
242 251
243/* must be greater than maximal clock id */ 252/* must be greater than maximal clock id */
244#define CLK_NR_CLKS 791 253#define CLK_NR_CLKS 797
245 254
246#endif /* _DT_BINDINGS_CLOCK_EXYNOS_5420_H */ 255#endif /* _DT_BINDINGS_CLOCK_EXYNOS_5420_H */