projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31d3953
)
clk: samsung: exynos5410: Add TMU clock
author
Krzysztof Kozlowski
<krzk@kernel.org>
Tue, 31 May 2016 18:39:01 +0000
(20:39 +0200)
committer
Sylwester Nawrocki
<s.nawrocki@samsung.com>
Thu, 2 Jun 2016 09:18:16 +0000
(11:18 +0200)
Add clock for TMU to the Exynos5410 clock driver.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
drivers/clk/samsung/clk-exynos5410.c
patch
|
blob
|
history
diff --git
a/drivers/clk/samsung/clk-exynos5410.c
b/drivers/clk/samsung/clk-exynos5410.c
index 6a924f80cfe481f9415a9488cd5332516e8b8f1e..2ddf954e0099f98340e6a17a243cbe3725f05468 100644
(file)
--- a/
drivers/clk/samsung/clk-exynos5410.c
+++ b/
drivers/clk/samsung/clk-exynos5410.c
@@
-160,6
+160,7
@@
static const struct samsung_div_clock exynos5410_div_clks[] __initconst = {
static const struct samsung_gate_clock exynos5410_gate_clks[] __initconst = {
GATE(CLK_MCT, "mct", "aclk66", GATE_IP_PERIS, 18, 0, 0),
GATE(CLK_RTC, "rtc", "aclk66", GATE_IP_PERIS, 20, 0, 0),
+ GATE(CLK_TMU, "tmu", "aclk66", GATE_IP_PERIS, 21, 0, 0),
GATE(CLK_SCLK_MMC0, "sclk_mmc0", "div_mmc_pre0",
SRC_MASK_FSYS, 0, CLK_SET_RATE_PARENT, 0),