提交 ad108e10 编写于 作者: A Alim Akhtar 提交者: Sylwester Nawrocki

clk: samsung: exynos7: Add missing fixed_clks to cmu_info

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: NAlim Akhtar <alim.akhtar@samsung.com>
Reviewed-by: NKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: NSylwester Nawrocki <s.nawrocki@samsung.com>
上级 753195a7
...@@ -934,6 +934,8 @@ static struct samsung_gate_clock fsys0_gate_clks[] __initdata = { ...@@ -934,6 +934,8 @@ static struct samsung_gate_clock fsys0_gate_clks[] __initdata = {
}; };
static struct samsung_cmu_info fsys0_cmu_info __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, .mux_clks = fsys0_mux_clks,
.nr_mux_clks = ARRAY_SIZE(fsys0_mux_clks), .nr_mux_clks = ARRAY_SIZE(fsys0_mux_clks),
.gate_clks = fsys0_gate_clks, .gate_clks = fsys0_gate_clks,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册