diff options
author | Alim Akhtar <alim.akhtar@samsung.com> | 2014-05-19 09:15:08 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-05-19 09:15:08 -0400 |
commit | 6520e968eef4f88c076a84a80e026049d157132e (patch) | |
tree | de1e7504e9f5c80845a474aa461123db206eba56 /include/dt-bindings | |
parent | 664c6588e7ae2bc4f12230a03727159729e97f48 (diff) |
clk: exynos5420: Add 5800 specific clocks
Exynos5800 clock structure is mostly similar to 5420 with only
a small delta changes. So the 5420 clock file is re-used for
5800 also. The common clocks for both are seggreagated and few
clocks which are different for both are separately initialized.
Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Arun Kumar K <arun.kk@samsung.com>
Acked-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/exynos5420.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/exynos5420.h b/include/dt-bindings/clock/exynos5420.h index 7dd1cc3b5c57..97dcb89d37d3 100644 --- a/include/dt-bindings/clock/exynos5420.h +++ b/include/dt-bindings/clock/exynos5420.h | |||
@@ -193,6 +193,10 @@ | |||
193 | #define CLK_SCLK_ISP_SENSOR0 514 | 193 | #define CLK_SCLK_ISP_SENSOR0 514 |
194 | #define CLK_SCLK_ISP_SENSOR1 515 | 194 | #define CLK_SCLK_ISP_SENSOR1 515 |
195 | #define CLK_SCLK_ISP_SENSOR2 516 | 195 | #define CLK_SCLK_ISP_SENSOR2 516 |
196 | #define CLK_ACLK432_SCALER 517 | ||
197 | #define CLK_ACLK432_CAM 518 | ||
198 | #define CLK_ACLK_FL1550_CAM 519 | ||
199 | #define CLK_ACLK550_CAM 520 | ||
196 | 200 | ||
197 | /* mux clocks */ | 201 | /* mux clocks */ |
198 | #define CLK_MOUT_HDMI 640 | 202 | #define CLK_MOUT_HDMI 640 |