nr_clk_ids for FSYS1 block is wrongly set as TOP1 block,
this patch correct the same.

Signed-off-by: Alim Akhtar <alim.akh...@samsung.com>
---
 drivers/clk/samsung/clk-exynos7.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/samsung/clk-exynos7.c 
b/drivers/clk/samsung/clk-exynos7.c
index 2799568..0d7bb7c 100644
--- a/drivers/clk/samsung/clk-exynos7.c
+++ b/drivers/clk/samsung/clk-exynos7.c
@@ -938,7 +938,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.10.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

Reply via email to