diff options
author | Alim Akhtar <alim.akhtar@samsung.com> | 2015-09-10 14:14:32 +0530 |
---|---|---|
committer | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2015-09-15 11:16:07 +0200 |
commit | 33b8b739ef5ec43b5119ab011c0a885fc565ad19 (patch) | |
tree | 8cf4676eea5fcc291c9e153b5a4cf3c99474b9cc /include/dt-bindings | |
parent | 3f54fb1e09da301173bc44845f93a1be7fe33d8f (diff) | |
download | linux-33b8b739ef5ec43b5119ab011c0a885fc565ad19.tar.gz linux-33b8b739ef5ec43b5119ab011c0a885fc565ad19.tar.bz2 linux-33b8b739ef5ec43b5119ab011c0a885fc565ad19.zip |
clk: samsung: exynos7: Correct CMU_PERIC1 clocks names
This patch renames CMU_PERIC1 clocks names to match with user manual.
And also adds missing gate clock for aclk_peric1_66.
Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/exynos7-clk.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/exynos7-clk.h b/include/dt-bindings/clock/exynos7-clk.h index 256188aa4692..287665451a89 100644 --- a/include/dt-bindings/clock/exynos7-clk.h +++ b/include/dt-bindings/clock/exynos7-clk.h @@ -50,7 +50,8 @@ #define CLK_SCLK_PCM1 13 #define CLK_SCLK_I2S1 14 #define CLK_ACLK_PERIC0_66 15 -#define TOP0_NR_CLK 16 +#define CLK_ACLK_PERIC1_66 16 +#define TOP0_NR_CLK 17 /* TOP1 */ #define DOUT_ACLK_FSYS1_200 1 |