diff options
| author | Chanwoo Choi <cw00.choi@samsung.com> | 2015-02-02 19:13:49 -0500 |
|---|---|---|
| committer | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2015-02-05 09:21:06 -0500 |
| commit | df40a13ca53e6f83ead88e718dd96654e75365ec (patch) | |
| tree | 5bd3c9d023d188b0545aafe280dffbd73b8d727e /include | |
| parent | 2a2f33e83ddb6c0abe3d32075f795aa14e4b9476 (diff) | |
clk: samsung: exynos5433: Add clocks for CMU_APOLLO domain
This patch adds the mux/divider/gate clocks for CMU_APOLLO domain
which generates the clocks for Cortex-A53 Quad-core processsor.
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Acked-by: Inki Dae <inki.dae@samsung.com>
[s.nawrocki@samsung.com: Renamed pclk_pmu_sysreg_apollo to pclk_sysreg_apollo]
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/dt-bindings/clock/exynos5433.h | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/exynos5433.h b/include/dt-bindings/clock/exynos5433.h index fef8893c3ec2..90184e3a42d5 100644 --- a/include/dt-bindings/clock/exynos5433.h +++ b/include/dt-bindings/clock/exynos5433.h | |||
| @@ -854,4 +854,41 @@ | |||
| 854 | 854 | ||
| 855 | #define GSCL_NR_CLK 29 | 855 | #define GSCL_NR_CLK 29 |
| 856 | 856 | ||
| 857 | /* CMU_APOLLO */ | ||
| 858 | #define CLK_FOUT_APOLLO_PLL 1 | ||
| 859 | |||
| 860 | #define CLK_MOUT_APOLLO_PLL 2 | ||
| 861 | #define CLK_MOUT_BUS_PLL_APOLLO_USER 3 | ||
| 862 | #define CLK_MOUT_APOLLO 4 | ||
| 863 | |||
| 864 | #define CLK_DIV_CNTCLK_APOLLO 5 | ||
| 865 | #define CLK_DIV_PCLK_DBG_APOLLO 6 | ||
| 866 | #define CLK_DIV_ATCLK_APOLLO 7 | ||
| 867 | #define CLK_DIV_PCLK_APOLLO 8 | ||
| 868 | #define CLK_DIV_ACLK_APOLLO 9 | ||
| 869 | #define CLK_DIV_APOLLO2 10 | ||
| 870 | #define CLK_DIV_APOLLO1 11 | ||
| 871 | #define CLK_DIV_SCLK_HPM_APOLLO 12 | ||
| 872 | #define CLK_DIV_APOLLO_PLL 13 | ||
| 873 | |||
| 874 | #define CLK_ACLK_ATBDS_APOLLO_3 14 | ||
| 875 | #define CLK_ACLK_ATBDS_APOLLO_2 15 | ||
| 876 | #define CLK_ACLK_ATBDS_APOLLO_1 16 | ||
| 877 | #define CLK_ACLK_ATBDS_APOLLO_0 17 | ||
| 878 | #define CLK_ACLK_ASATBSLV_APOLLO_3_CSSYS 18 | ||
| 879 | #define CLK_ACLK_ASATBSLV_APOLLO_2_CSSYS 19 | ||
| 880 | #define CLK_ACLK_ASATBSLV_APOLLO_1_CSSYS 20 | ||
| 881 | #define CLK_ACLK_ASATBSLV_APOLLO_0_CSSYS 21 | ||
| 882 | #define CLK_ACLK_ASYNCACES_APOLLO_CCI 22 | ||
| 883 | #define CLK_ACLK_AHB2APB_APOLLOP 23 | ||
| 884 | #define CLK_ACLK_APOLLONP_200 24 | ||
| 885 | #define CLK_PCLK_ASAPBMST_CSSYS_APOLLO 25 | ||
| 886 | #define CLK_PCLK_PMU_APOLLO 26 | ||
| 887 | #define CLK_PCLK_SYSREG_APOLLO 27 | ||
| 888 | #define CLK_CNTCLK_APOLLO 28 | ||
| 889 | #define CLK_SCLK_HPM_APOLLO 29 | ||
| 890 | #define CLK_SCLK_APOLLO 30 | ||
| 891 | |||
| 892 | #define APOLLO_NR_CLK 31 | ||
| 893 | |||
| 857 | #endif /* _DT_BINDINGS_CLOCK_EXYNOS5433_H */ | 894 | #endif /* _DT_BINDINGS_CLOCK_EXYNOS5433_H */ |
