Re: [PATCH] clk: samsung: exynos7: Fix fsys NR_CLK

2014-12-22 Thread Sylwester Nawrocki
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.

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] clk: samsung: exynos7: Fix fsys NR_CLK

2014-12-19 Thread Padmavathi Venna
Fix typo in fsys0 and fsys1 NR_CLK assignment

Signed-off-by: Padmavathi Venna padm...@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

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html