Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad108e10 authored by Alim Akhtar's avatar Alim Akhtar Committed by Sylwester Nawrocki
Browse files

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: default avatarAlim Akhtar <alim.akhtar@samsung.com>
Reviewed-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: default avatarSylwester Nawrocki <s.nawrocki@samsung.com>
parent 753195a7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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,