diff options
| author | Chanwoo Choi <cw00.choi@samsung.com> | 2015-02-02 19:13:50 -0500 |
|---|---|---|
| committer | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2015-02-05 13:30:34 -0500 |
| commit | 6c5d76d15ab6da9b30af020a44e071eb5145e1a0 (patch) | |
| tree | e7e02600bbedbdccaf7bd326786d90ac956801c0 /include/dt-bindings | |
| parent | df40a13ca53e6f83ead88e718dd96654e75365ec (diff) | |
clk: samsung: exynos5433: Add clocks for CMU_ATLAS domain
This patch adds the mux/divider/gate clocks for CMU_ATLAS domain which
generates the clocks for Cortex-A57 Quad-core processsor, L2 cache
controller and CoreSight.
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Acked-by: Inki Dae <inki.dae@samsung.com>
Reviewed-by: Pankaj Dubey <pankaj.dubey@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'include/dt-bindings')
| -rw-r--r-- | include/dt-bindings/clock/exynos5433.h | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/exynos5433.h b/include/dt-bindings/clock/exynos5433.h index 90184e3a42d5..cdc91f7e6ec8 100644 --- a/include/dt-bindings/clock/exynos5433.h +++ b/include/dt-bindings/clock/exynos5433.h | |||
| @@ -891,4 +891,50 @@ | |||
| 891 | 891 | ||
| 892 | #define APOLLO_NR_CLK 31 | 892 | #define APOLLO_NR_CLK 31 |
| 893 | 893 | ||
| 894 | /* CMU_ATLAS */ | ||
| 895 | #define CLK_FOUT_ATLAS_PLL 1 | ||
| 896 | |||
| 897 | #define CLK_MOUT_ATLAS_PLL 2 | ||
| 898 | #define CLK_MOUT_BUS_PLL_ATLAS_USER 3 | ||
| 899 | #define CLK_MOUT_ATLAS 4 | ||
| 900 | |||
| 901 | #define CLK_DIV_CNTCLK_ATLAS 5 | ||
| 902 | #define CLK_DIV_PCLK_DBG_ATLAS 6 | ||
| 903 | #define CLK_DIV_ATCLK_ATLASO 7 | ||
| 904 | #define CLK_DIV_PCLK_ATLAS 8 | ||
| 905 | #define CLK_DIV_ACLK_ATLAS 9 | ||
| 906 | #define CLK_DIV_ATLAS2 10 | ||
| 907 | #define CLK_DIV_ATLAS1 11 | ||
| 908 | #define CLK_DIV_SCLK_HPM_ATLAS 12 | ||
| 909 | #define CLK_DIV_ATLAS_PLL 13 | ||
| 910 | |||
| 911 | #define CLK_ACLK_ATB_AUD_CSSYS 14 | ||
| 912 | #define CLK_ACLK_ATB_APOLLO3_CSSYS 15 | ||
| 913 | #define CLK_ACLK_ATB_APOLLO2_CSSYS 16 | ||
| 914 | #define CLK_ACLK_ATB_APOLLO1_CSSYS 17 | ||
| 915 | #define CLK_ACLK_ATB_APOLLO0_CSSYS 18 | ||
| 916 | #define CLK_ACLK_ASYNCAHBS_CSSYS_SSS 19 | ||
| 917 | #define CLK_ACLK_ASYNCAXIS_CSSYS_CCIX 20 | ||
| 918 | #define CLK_ACLK_ASYNCACES_ATLAS_CCI 21 | ||
| 919 | #define CLK_ACLK_AHB2APB_ATLASP 22 | ||
| 920 | #define CLK_ACLK_ATLASNP_200 23 | ||
| 921 | #define CLK_PCLK_ASYNCAPB_AUD_CSSYS 24 | ||
| 922 | #define CLK_PCLK_ASYNCAPB_ISP_CSSYS 25 | ||
| 923 | #define CLK_PCLK_ASYNCAPB_APOLLO_CSSYS 26 | ||
| 924 | #define CLK_PCLK_PMU_ATLAS 27 | ||
| 925 | #define CLK_PCLK_SYSREG_ATLAS 28 | ||
| 926 | #define CLK_PCLK_SECJTAG 29 | ||
| 927 | #define CLK_CNTCLK_ATLAS 30 | ||
| 928 | #define CLK_SCLK_FREQ_DET_ATLAS_PLL 31 | ||
| 929 | #define CLK_SCLK_HPM_ATLAS 32 | ||
| 930 | #define CLK_TRACECLK 33 | ||
| 931 | #define CLK_CTMCLK 34 | ||
| 932 | #define CLK_HCLK_CSSYS 35 | ||
| 933 | #define CLK_PCLK_DBG_CSSYS 36 | ||
| 934 | #define CLK_PCLK_DBG 37 | ||
| 935 | #define CLK_ATCLK 38 | ||
| 936 | #define CLK_SCLK_ATLAS 39 | ||
| 937 | |||
| 938 | #define ATLAS_NR_CLK 40 | ||
| 939 | |||
| 894 | #endif /* _DT_BINDINGS_CLOCK_EXYNOS5433_H */ | 940 | #endif /* _DT_BINDINGS_CLOCK_EXYNOS5433_H */ |
