Skip to content

Commit

Permalink
clk: exynos5420: Add 5800 specific clocks
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alim Akhtar authored and Kukjin Kim committed May 19, 2014
1 parent 664c658 commit 6520e96
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 57 deletions.
3 changes: 2 additions & 1 deletion Documentation/devicetree/bindings/clock/exynos5420-clock.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
* Samsung Exynos5420 Clock Controller

The Exynos5420 clock controller generates and supplies clock to various
controllers within the Exynos5420 SoC.
controllers within the Exynos5420 SoC and for the Exynos5800 SoC.

Required Properties:

- compatible: should be one of the following.
- "samsung,exynos5420-clock" - controller compatible with Exynos5420 SoC.
- "samsung,exynos5800-clock" - controller compatible with Exynos5800 SoC.

- reg: physical base address of the controller and length of memory mapped
region.
Expand Down
Loading

0 comments on commit 6520e96

Please sign in to comment.