diff options
author | Padmavathi Venna <padma.v@samsung.com> | 2015-01-13 06:27:42 -0500 |
---|---|---|
committer | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2015-01-15 09:18:51 -0500 |
commit | 9f930a39e135d370d17e7a1ab73ddebcfb896f98 (patch) | |
tree | 12340bca7d6811a19524f13f648fa3085e471fc8 /Documentation | |
parent | ee74b56ab2f72c088fc5a8ba3797ef6a452d692a (diff) |
clk: samsung: exynos7: add clocks for audio block
Add required clk support for I2S, PCM and SPDIF.
Signed-off-by: Padmavathi Venna <padma.v@samsung.com>
Reviewed-by: Vivek Gautam <gautam.vivek@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/clock/exynos7-clock.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/exynos7-clock.txt b/Documentation/devicetree/bindings/clock/exynos7-clock.txt index 9282f71830b4..6bf1e7493f61 100644 --- a/Documentation/devicetree/bindings/clock/exynos7-clock.txt +++ b/Documentation/devicetree/bindings/clock/exynos7-clock.txt | |||
@@ -35,6 +35,7 @@ Required Properties for Clock Controller: | |||
35 | - "samsung,exynos7-clock-fsys0" | 35 | - "samsung,exynos7-clock-fsys0" |
36 | - "samsung,exynos7-clock-fsys1" | 36 | - "samsung,exynos7-clock-fsys1" |
37 | - "samsung,exynos7-clock-mscl" | 37 | - "samsung,exynos7-clock-mscl" |
38 | - "samsung,exynos7-clock-aud" | ||
38 | 39 | ||
39 | - reg: physical base address of the controller and the length of | 40 | - reg: physical base address of the controller and the length of |
40 | memory mapped region. | 41 | memory mapped region. |
@@ -54,6 +55,7 @@ Input clocks for top0 clock controller: | |||
54 | - dout_sclk_bus1_pll | 55 | - dout_sclk_bus1_pll |
55 | - dout_sclk_cc_pll | 56 | - dout_sclk_cc_pll |
56 | - dout_sclk_mfc_pll | 57 | - dout_sclk_mfc_pll |
58 | - dout_sclk_aud_pll | ||
57 | 59 | ||
58 | Input clocks for top1 clock controller: | 60 | Input clocks for top1 clock controller: |
59 | - fin_pll | 61 | - fin_pll |
@@ -82,6 +84,9 @@ Input clocks for peric1 clock controller: | |||
82 | - sclk_spi2 | 84 | - sclk_spi2 |
83 | - sclk_spi3 | 85 | - sclk_spi3 |
84 | - sclk_spi4 | 86 | - sclk_spi4 |
87 | - sclk_i2s1 | ||
88 | - sclk_pcm1 | ||
89 | - sclk_spdif | ||
85 | 90 | ||
86 | Input clocks for peris clock controller: | 91 | Input clocks for peris clock controller: |
87 | - fin_pll | 92 | - fin_pll |
@@ -97,3 +102,7 @@ Input clocks for fsys1 clock controller: | |||
97 | - dout_aclk_fsys1_200 | 102 | - dout_aclk_fsys1_200 |
98 | - dout_sclk_mmc0 | 103 | - dout_sclk_mmc0 |
99 | - dout_sclk_mmc1 | 104 | - dout_sclk_mmc1 |
105 | |||
106 | Input clocks for aud clock controller: | ||
107 | - fin_pll | ||
108 | - fout_aud_pll | ||