clk: samsung: exynos7: Add missing fixed_clks to cmu_info
authorAlim Akhtar <alim.akhtar@samsung.com>
Thu, 10 Sep 2015 08:44:36 +0000 (14:14 +0530)
committerSylwester Nawrocki <s.nawrocki@samsung.com>
Tue, 15 Sep 2015 09:16:11 +0000 (11:16 +0200)
FSYS0 fixed clocks are not added to fsys0_cmu_info, this makes
some of the usb clocks orphans. This fixes the same.

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>
drivers/clk/samsung/clk-exynos7.c

index 5cc68440e79334a23d3c71522a25d52c88b68146..04275efb8c02c7cec0a1838de7375fd7cea35c4e 100644 (file)
@@ -934,6 +934,8 @@ static struct samsung_gate_clock fsys0_gate_clks[] __initdata = {
 };
 
 static struct samsung_cmu_info fsys0_cmu_info __initdata = {
+       .fixed_clks             = fixed_rate_clks_fsys0,
+       .nr_fixed_clks          = ARRAY_SIZE(fixed_rate_clks_fsys0),
        .mux_clks               = fsys0_mux_clks,
        .nr_mux_clks            = ARRAY_SIZE(fsys0_mux_clks),
        .gate_clks              = fsys0_gate_clks,