* [PATCH] clk: samsung: exynos7: Fix fsys NR_CLK
@ 2014-12-19 13:27 Padmavathi Venna
2014-12-22 15:28 ` Sylwester Nawrocki
0 siblings, 1 reply; 2+ messages in thread
From: Padmavathi Venna @ 2014-12-19 13:27 UTC (permalink / raw)
To: linux-arm-kernel
Fix typo in fsys0 and fsys1 NR_CLK assignment
Signed-off-by: Padmavathi Venna <padma.v@samsung.com>
---
drivers/clk/samsung/clk-exynos7.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/clk/samsung/clk-exynos7.c b/drivers/clk/samsung/clk-exynos7.c
index 3128593..3a56875 100644
--- a/drivers/clk/samsung/clk-exynos7.c
+++ b/drivers/clk/samsung/clk-exynos7.c
@@ -742,7 +742,7 @@ static struct samsung_cmu_info fsys0_cmu_info __initdata = {
.nr_mux_clks = ARRAY_SIZE(fsys0_mux_clks),
.gate_clks = fsys0_gate_clks,
.nr_gate_clks = ARRAY_SIZE(fsys0_gate_clks),
- .nr_clk_ids = TOP1_NR_CLK,
+ .nr_clk_ids = FSYS0_NR_CLK,
.clk_regs = fsys0_clk_regs,
.nr_clk_regs = ARRAY_SIZE(fsys0_clk_regs),
};
@@ -793,7 +793,7 @@ static struct samsung_cmu_info fsys1_cmu_info __initdata = {
.nr_mux_clks = ARRAY_SIZE(fsys1_mux_clks),
.gate_clks = fsys1_gate_clks,
.nr_gate_clks = ARRAY_SIZE(fsys1_gate_clks),
- .nr_clk_ids = TOP1_NR_CLK,
+ .nr_clk_ids = FSYS1_NR_CLK,
.clk_regs = fsys1_clk_regs,
.nr_clk_regs = ARRAY_SIZE(fsys1_clk_regs),
};
--
1.7.4.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] clk: samsung: exynos7: Fix fsys NR_CLK
2014-12-19 13:27 [PATCH] clk: samsung: exynos7: Fix fsys NR_CLK Padmavathi Venna
@ 2014-12-22 15:28 ` Sylwester Nawrocki
0 siblings, 0 replies; 2+ messages in thread
From: Sylwester Nawrocki @ 2014-12-22 15:28 UTC (permalink / raw)
To: linux-arm-kernel
On 19/12/14 14:27, Padmavathi Venna wrote:
> Fix typo in fsys0 and fsys1 NR_CLK assignment
Patch queued for 3.19-rc, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-22 15:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-19 13:27 [PATCH] clk: samsung: exynos7: Fix fsys NR_CLK Padmavathi Venna
2014-12-22 15:28 ` Sylwester Nawrocki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).